[Fix ] Make guru-mode warn by default

This commit is contained in:
Bozhidar Batsov 2014-09-14 08:57:02 +03:00
parent 822a595a6b
commit fda768992e
2 changed files with 8 additions and 7 deletions

View file

@ -117,6 +117,9 @@ This functions should be added to the hooks of major modes for programming."
'(((lambda (&rest _ignored)
(prelude-smart-open-line-above)) "RET")))
;; enlist a more liberal guru
(setq guru-warn-only t)
(defun prelude-prog-mode-defaults ()
"Default coding hook, useful with any programming language."
(when (and (executable-find ispell-program-name)