X-Git-Url: http://olivier.miskin.fr/git/?p=dotfiles.git;a=blobdiff_plain;f=emacs%2Femacs.el;fp=emacs%2Femacs.el;h=9d6d4d4a67889f1eb46f33cf1944a51cba9fdfc0;hp=9eee3f887b0fdd8f9f287c281c9136ed6c94169c;hb=49435be5aefbd2440f0a242191e818caf349ac22;hpb=edd0af9bd4b2657a0981a0c91bc254795c8dde12 diff --git a/emacs/emacs.el b/emacs/emacs.el index 9eee3f8..9d6d4d4 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -1,7 +1,7 @@ ;; -*- emacs-lisp -*- ;; Author: Olivier Tetard -;; URL : http://www.miskin.be/ +;; URL : http://toutoune25.miskin.fr/ ;; This file is free software; you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by the @@ -108,6 +108,9 @@ (set default-major-mode 'text-mode) (add-hook 'text-mode-hook 'turn-on-auto-fill) +;; Enable longlines-mode for LaTeX files +(add-hook 'latex-mode-hook 'longlines-mode) + ;; Impression (setq lpr-command "/usr/bin/gtklp") (setq ps-lpr-command "/usr/bin/gtklp")