summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-08 00:30:19 +0100
committerGravatar Tom Willemsen2012-11-08 00:30:19 +0100
commit96b2ebe6e84db7309f8b9ea2dc44a0cbfaca4784 (patch)
tree54f0b986cf9faa6a3551134111b960b5a28d33e2 /.emacs.d
parente0b16d97cb74221f600471649531f4c6f69cbbf2 (diff)
downloaddotfiles-96b2ebe6e84db7309f8b9ea2dc44a0cbfaca4784.tar.gz
dotfiles-96b2ebe6e84db7309f8b9ea2dc44a0cbfaca4784.zip
.emacs.d/site-lisp/oni.el
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/site-lisp/oni.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/site-lisp/oni.el b/.emacs.d/site-lisp/oni.el
index 9b02dc1..32d84f4 100644
--- a/.emacs.d/site-lisp/oni.el
+++ b/.emacs.d/site-lisp/oni.el
@@ -381,7 +381,7 @@ When dealing with braces, add another line and indent that too."
"Function for `org-mode-hook'."
(auto-fill-mode)
(yas-minor-mode)
- (setq-local comment-auto-fill-only-comments nil))
+ (set (make-local-variable 'comment-auto-fill-only-comments) nil))
(defun oni:php-mode-func ()
"Function for `php-mode-hook'."