mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Enable flycheck in emacs-lisp-mode
This commit is contained in:
@ -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 ()
|
||||||
|
Reference in New Issue
Block a user