init-flycheck.el 144 B

123456
  1. (use-package flycheck
  2. :hook (after-init . global-flycheck-mode)
  3. :diminish flycheck-mode
  4. :custom
  5. (flycheck-keymap-prefix (kbd "C-c f")))