From 86f656ea85b7e1e94c9a82ec1da669f5fad8ba65 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 13 Apr 2014 21:46:43 +0100 Subject: Emacs: install and configure flycheck --- tag-emacs/emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tag-emacs/emacs.d/init.el') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index cf8fb513..5094a606 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -715,6 +715,9 @@ Values: `desktop', `server', `laptop'") (global-semantic-show-unmatched-syntax-mode t) (global-semantic-decoration-mode t))) +(use-package flycheck + :init (global-flycheck-mode)) + ;;;; Projects (use-package projectile -- cgit 1.4.1