]> err.no Git - dotfiles/commitdiff
turn on auto-fill in changelog-mode
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 22 May 2003 18:12:28 +0000 (18:12 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 22 May 2003 18:12:28 +0000 (18:12 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@152 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index 59728715b106918898f0be352b811787e96958aa..bb1c3c4d2a9641efe2123fddb0800a91bf913313 100644 (file)
--- 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)