1

Fix occasional dependency error with FlyCheck

This commit is contained in:
Jessie Hildebrandt 2019-09-12 20:11:47 -04:00
parent bc2ae3b6df
commit e7d4fc9953

View File

@ -414,6 +414,8 @@
;; Load FlyCheck
(use-package flycheck
:requires
(pkg-info)
:hook
(prog-mode . flycheck-mode)
(c++-mode-hook . (lambda () (setq flycheck-clang-standard "c++17")))