Don't do flycheck stuff without

This commit is contained in:
swaggboi 2025-03-23 17:29:07 -04:00
parent 527eeb0389
commit b91e645647

View File

@ -112,5 +112,6 @@
(setq js-switch-indent-offset 4)
;; Flycheck
(add-hook 'after-init-hook #'global-flycheck-mode)
(setq flycheck-perl-include-path '("$HOME/perl5/lib/perl5"))
(when (require 'flycheck nil 'noerror)
(add-hook 'after-init-hook #'global-flycheck-mode)
(setq flycheck-perl-include-path '("$HOME/perl5/lib/perl5")))