Disable flymake-mode in prog-mode

It's just too much
This commit is contained in:
Case Duckworth 2021-09-08 23:18:03 -05:00
parent 9ea6107997
commit 5c6203b4f6
1 changed files with 1 additions and 1 deletions

View File

@ -934,7 +934,7 @@ successive invocations."
"C-c l v" #'find-variable))
(setup flymake
(:hook-into prog-mode)
;; (:hook-into prog-mode) ; this is very annoying.
(:bind "M-n" #'flymake-goto-next-error
"M-p" #'flymake-goto-prev-error))