Skip to content

Commit 80a30a6

Browse files
committed
why wasn't flymake always turned on for prog-modes?
1 parent 646eeb1 commit 80a30a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.el

+1
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@
374374
(use-package flymake
375375
:custom
376376
(flymake-show-diagnostics-at-end-of-line t)
377+
:hook (prog-mode . flymake-mode)
377378
:bind
378379
(:map flymake-mode-map
379380
("M-g f" . 'flymake-show-project-diagnostics)))

0 commit comments

Comments
 (0)