Merge commit 'origin/master'
[dotfiles.git] / emacs / emacs.el
index 9eee3f8..9d6d4d4 100644 (file)
@@ -1,7 +1,7 @@
 ;; -*- emacs-lisp -*-
 
 ;; Author: Olivier Tetard <olivier.tetard@miskin.fr>
-;; 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
 (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")