From de667256b0aaa60b94f12634c04d1b5345a6a703 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 31 Dec 2021 15:45:15 -0600 Subject: Add package-lint-flymake --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 3498950..6aa375a 100644 --- a/init.el +++ b/init.el @@ -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 -- cgit 1.4.1-21-gabe81