Add a comment

This commit is contained in:
Bozhidar Batsov 2013-09-26 14:34:10 +03:00
parent 5a01605564
commit b3277d190e

View file

@ -130,6 +130,7 @@ This functions should be added to the hooks of major modes for programming."
(add-hook 'prog-mode-hook (lambda ()
(run-hooks 'prelude-prog-mode-hook)))
;; enable on-the-fly syntax checking
(if (fboundp 'global-flycheck-mode)
(global-flycheck-mode +1)
(add-hook 'prog-mode-hook 'flycheck-mode))