Add flymake

This commit is contained in:
Case Duckworth 2021-09-08 07:59:54 -05:00
parent 83077bc62f
commit cd8eebbc8b
1 changed files with 5 additions and 0 deletions

View File

@ -933,6 +933,11 @@ successive invocations."
"C-c l l" #'find-library
"C-c l v" #'find-variable))
(setup flymake
(:hook-into prog-mode)
(:bind "M-n" #'flymake-goto-next-error
"M-p" #'flymake-goto-prev-error))
(setup flyspell
(add-hook 'text-mode-hook #'flyspell-mode))