dev: Install flycheck

Ensure that the flycheck package is installed.
This commit is contained in:
finga 2025-07-10 09:14:15 +02:00
parent de9470bc95
commit 6094f382e1

View file

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