Remove `flymake-mode-except'

See like, 2 commits ago -_-

I should learn rebase.
This commit is contained in:
Case Duckworth 2021-09-09 16:37:56 -05:00
parent bec16ae679
commit ff2d92b6b4
1 changed files with 1 additions and 8 deletions

View File

@ -1569,14 +1569,7 @@ browser defined in `browse-url-secondary-browser-function'."
(:hook show-paren-mode
electric-pair-local-mode
acdw/setup-fringes
(defun flymake-mode-except ()
"Turn on flymake mode, except in some modes."
(let ((no-flymake-modes '(emacs-lisp-mode)))
(unless (or (member major-mode no-flymake-modes)
(apply #'derived-mode-p no-flymake-modes))
(flymake-mode-on))))
acdw/setup-fringes
(defun prog-mode@auto-fill ()
(setq-local comment-auto-fill-only-comments t)