From 76ff02c5d530f91b123e8720537f7e38f8150890 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Olivier=20T=C3=A9tard?= <otd@otd.amossys.fr>
Date: Tue, 25 Aug 2009 09:53:49 +0200
Subject: [PATCH] Emacs: nettoyage

---
 emacs/emacs.el      | 5 ++++-
 emacs/emacs_lite.el | 2 +-
 emacs/gnus.el       | 2 +-
 emacs/tt25-erc.el   | 2 +-
 emacs/tt25-muse.el  | 2 +-
 5 files changed, 8 insertions(+), 5 deletions(-)

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 <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
@@ -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 <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
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 <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
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 <olivier.tetard@miskin.fr>
-;; 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 <olivier.tetard@miskin.fr>
-;; 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
-- 
2.39.5