EMACS: Don't use auto-fill-mode for prog-mode

This commit is contained in:
Tom Willemsen 2011-08-08 11:19:47 +02:00
parent 0ae5c17a9c
commit 022427307f

View file

@ -168,8 +168,7 @@ Currently adds | & ! . + = - / % * , < > ? : ->"
("\\b\\(\\.[0-9]+\\([eE][-+]?[0-9]+\\)?\\([lL]\\|[fF]\\|[dD]\\)?\\)\\b"
0 font-lock-constant-face)))
(rainbow-delimiters-mode)
(pretty-lambdas)
(auto-fill-mode 1))
(pretty-lambdas))
(defun on-c-mode ()
(local-set-key [f8] 'c-toggle-header-source)