.emacs.d/site-lisp/oni.el
This commit is contained in:
parent
e0b16d97cb
commit
96b2ebe6e8
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ When dealing with braces, add another line and indent that too."
|
||||||
"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))
|
(set (make-local-variable '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'."
|
||||||
|
|
Loading…
Reference in a new issue