Fix occasional dependency error with FlyCheck
This commit is contained in:
parent
bc2ae3b6df
commit
e7d4fc9953
2
init.el
2
init.el
@ -414,6 +414,8 @@
|
|||||||
|
|
||||||
;; Load FlyCheck
|
;; Load FlyCheck
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
|
:requires
|
||||||
|
(pkg-info)
|
||||||
:hook
|
:hook
|
||||||
(prog-mode . flycheck-mode)
|
(prog-mode . flycheck-mode)
|
||||||
(c++-mode-hook . (lambda () (setq flycheck-clang-standard "c++17")))
|
(c++-mode-hook . (lambda () (setq flycheck-clang-standard "c++17")))
|
||||||
|
Loading…
Reference in New Issue
Block a user