This commit is contained in:
Bozhidar Batsov 2014-09-14 09:14:20 +03:00
parent 438c3e5bdf
commit 00d4587105

View file

@ -34,10 +34,6 @@
(prelude-require-packages '(guru-mode)) (prelude-require-packages '(guru-mode))
;; add a shortcut for prelude-ido-goto-symbol
(eval-after-load 'prelude-mode
')
(defun prelude-local-comment-auto-fill () (defun prelude-local-comment-auto-fill ()
(set (make-local-variable 'comment-auto-fill-only-comments) t)) (set (make-local-variable 'comment-auto-fill-only-comments) t))