Enable flycheck in emacs-lisp-mode

This commit is contained in:
Henrik Lissner 2016-02-23 13:11:16 -05:00
parent 4c0e39c9ce
commit 500927a370

View file

@ -1,7 +1,7 @@
;;; module-lisp --- all things lisp
;; see lib/elisp-defuns.el
(add-hook! emacs-lisp-mode 'turn-on-eldoc-mode)
(add-hook! emacs-lisp-mode '(turn-on-eldoc-mode flycheck-mode))
;; Pop-up REPL
(defun narf-inf-ielm ()