Here we go again

This commit is contained in:
Case Duckworth 2022-01-24 13:25:41 -06:00
commit 44ecd3b272
1 changed files with 3 additions and 2 deletions

View File

@ -1464,8 +1464,9 @@ See also `crux-reopen-as-root-mode'."
(setup (:straight orglink)
(global-orglink-mode +1))
(setup (:straight package-lint
package-lint-flymake)
(setup (:straight package-lint))
(setup (:straight 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))