diff options
author | Case Duckworth | 2021-12-31 15:45:15 -0600 |
---|---|---|
committer | Case Duckworth | 2021-12-31 15:45:15 -0600 |
commit | de667256b0aaa60b94f12634c04d1b5345a6a703 (patch) | |
tree | 220de54b9c51a5c65305be47f3807b943e72955a /init.el | |
parent | Add link-hint (diff) | |
download | emacs-de667256b0aaa60b94f12634c04d1b5345a6a703.tar.gz emacs-de667256b0aaa60b94f12634c04d1b5345a6a703.zip |
Add package-lint-flymake
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 6 |
1 files changed, 5 insertions, 1 deletions
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'." | |||
932 | (setup (:straight org-sticky-header) | 932 | (setup (:straight org-sticky-header) |
933 | (:hook-into org-mode)) | 933 | (:hook-into org-mode)) |
934 | 934 | ||
935 | (setup (:straight package-lint)) | 935 | (setup (:straight package-lint |
936 | package-lint-flymake) | ||
937 | (add-hook 'emacs-mode-hook #'package-lint-flymake-setup) | ||
938 | ;; Remove it from init.el files | ||
939 | (add-hook '+init-mode-hook #'flymake-mode-off)) | ||
936 | 940 | ||
937 | (setup (:straight paredit) | 941 | (setup (:straight paredit) |
938 | (:bind "DEL" #'paredit-backward-delete | 942 | (:bind "DEL" #'paredit-backward-delete |