Enable flycheck in emacs-lisp-mode
This commit is contained in:
parent
4c0e39c9ce
commit
500927a370
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; module-lisp --- all things lisp
|
;;; module-lisp --- all things lisp
|
||||||
;; see lib/elisp-defuns.el
|
;; 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
|
;; Pop-up REPL
|
||||||
(defun narf-inf-ielm ()
|
(defun narf-inf-ielm ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue