EMACS: Don't use auto-fill-mode for prog-mode
This commit is contained in:
parent
0ae5c17a9c
commit
022427307f
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue