From 8136125d18d0dbff65d7921f4e2fef36d0d092e7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 26 Oct 2012 00:52:39 +0200 Subject: .emacs.d/site-lisp/oni.el --- .emacs.d/site-lisp/oni.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/site-lisp/oni.el b/.emacs.d/site-lisp/oni.el index 133bf4e..2a27e45 100644 --- a/.emacs.d/site-lisp/oni.el +++ b/.emacs.d/site-lisp/oni.el @@ -381,7 +381,8 @@ When dealing with braces, add another line and indent that too." (defun oni:org-mode-func () "Function for `org-mode-hook'." (auto-fill-mode) - (yas-minor-mode)) + (yas-minor-mode) + (setq-local comment-auto-fill-only-comments nil)) (defun oni:php-mode-func () "Function for `php-mode-hook'." -- cgit v1.2.3-54-g00ecf