diff --git a/init.el b/init.el index be1a966..78cab9a 100644 --- a/init.el +++ b/init.el @@ -1449,6 +1449,7 @@ use-package)))) (use-package flycheck + :ensure t :commands (global-flycheck-mode flycheck-mode) :init (setq flycheck-emacs-lisp-load-path 'inherit))