From: tfheen Date: Thu, 22 May 2003 18:12:28 +0000 (+0000) Subject: turn on auto-fill in changelog-mode X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=410636b7dbf5480ac564312cf621a062be5d4d29;p=dotfiles turn on auto-fill in changelog-mode git-svn-id: file:///svn/tfheen/trunk/dotfiles@152 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/emacs b/emacs index 5972871..bb1c3c4 100644 --- a/emacs +++ b/emacs @@ -40,6 +40,7 @@ read-mail-command 'gnus) (add-hook 'text-mode-hook 'turn-on-auto-fill) +(add-hook 'debian-changelog-mode-hook 'turn-on-auto-fill) (fset 'yes-or-no-p 'y-or-n-p)