.emacs.d/site-lisp/oni.el

This commit is contained in:
Tom Willemsen 2012-10-26 00:52:39 +02:00
parent 3aba2dc6d8
commit 8136125d18

View file

@ -381,7 +381,8 @@ When dealing with braces, add another line and indent that too."
(defun oni:org-mode-func () (defun oni:org-mode-func ()
"Function for `org-mode-hook'." "Function for `org-mode-hook'."
(auto-fill-mode) (auto-fill-mode)
(yas-minor-mode)) (yas-minor-mode)
(setq-local comment-auto-fill-only-comments nil))
(defun oni:php-mode-func () (defun oni:php-mode-func ()
"Function for `php-mode-hook'." "Function for `php-mode-hook'."