dev: Install flycheck
Ensure that the flycheck package is installed.
This commit is contained in:
parent
de9470bc95
commit
6094f382e1
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
(let ((find-program "git-find"))
|
||||
(find-dired dir "")))
|
||||
|
||||
(use-package flycheck :ensure)
|
||||
|
||||
;; enable flyspell checks for comments in code
|
||||
(add-hook 'prog-mode-hook #'flyspell-prog-mode)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue