Add package-lint-flymake

This commit is contained in:
Case Duckworth 2021-12-31 15:45:15 -06:00
parent 04f87d9d59
commit de667256b0
1 changed files with 5 additions and 1 deletions

View File

@ -932,7 +932,11 @@ See also `crux-reopen-as-root-mode'."
(setup (:straight org-sticky-header)
(:hook-into org-mode))
(setup (:straight package-lint))
(setup (:straight package-lint
package-lint-flymake)
(add-hook 'emacs-mode-hook #'package-lint-flymake-setup)
;; Remove it from init.el files
(add-hook '+init-mode-hook #'flymake-mode-off))
(setup (:straight paredit)
(:bind "DEL" #'paredit-backward-delete