Ensure flycheck is available when needed

This commit is contained in:
Daniel - 2020-11-21 11:01:11 +01:00
parent 26ae993c1b
commit 243fb9179f
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -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))