summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-08-08 11:19:47 +0200
committerGravatar Tom Willemsen2011-08-08 11:19:47 +0200
commit022427307f915ecc61fbfaf7b2375939ed03b0ca (patch)
treef008083741e114674aef83e0fcfb3a00cd2ef8d4 /.emacs.d
parent0ae5c17a9c1e271b19cbafaba511f9c432fc6c84 (diff)
downloaddotfiles-022427307f915ecc61fbfaf7b2375939ed03b0ca.tar.gz
dotfiles-022427307f915ecc61fbfaf7b2375939ed03b0ca.zip
EMACS: Don't use auto-fill-mode for prog-mode
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/functions.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/functions.el b/.emacs.d/functions.el
index 9e831db..95fd455 100644
--- a/.emacs.d/functions.el
+++ b/.emacs.d/functions.el
@@ -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)