From: Olivier Tétard Date: Tue, 25 Aug 2009 07:53:49 +0000 (+0200) Subject: Emacs: nettoyage X-Git-Url: http://olivier.miskin.fr/git/?p=dotfiles.git;a=commitdiff_plain;h=76ff02c5d530f91b123e8720537f7e38f8150890 Emacs: nettoyage --- 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") diff --git a/emacs/emacs_lite.el b/emacs/emacs_lite.el index 3283d25..08ced64 100644 --- a/emacs/emacs_lite.el +++ b/emacs/emacs_lite.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 diff --git a/emacs/gnus.el b/emacs/gnus.el index aa2617b..a57972f 100644 --- a/emacs/gnus.el +++ b/emacs/gnus.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 diff --git a/emacs/tt25-erc.el b/emacs/tt25-erc.el index 1d44e4b..758aaf1 100644 --- a/emacs/tt25-erc.el +++ b/emacs/tt25-erc.el @@ -2,7 +2,7 @@ ;; Fichier de configuration de ERC (Client IRC pour Emacs) ;; Author: Olivier Tetard -;; URL : http://www.miskin.fr/ +;; 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 diff --git a/emacs/tt25-muse.el b/emacs/tt25-muse.el index 33c63c4..c33a020 100644 --- a/emacs/tt25-muse.el +++ b/emacs/tt25-muse.el @@ -1,7 +1,7 @@ ;; -*- emacs-lisp -*- ;; Author: Olivier Tetard -;; URL : http://www.miskin.fr/ +;; 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