Skip to content

Commit

Permalink
perf: never start checking buffer automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Oct 12, 2023
1 parent 544b3f3 commit 28b9ce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/init-flymake.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
(use-package flymake
:diminish
:hook (prog-mode . flymake-mode)
:init (setq flymake-fringe-indicator-position 'right-fringe)
:init (setq flymake-no-changes-timeout nil
flymake-fringe-indicator-position 'right-fringe)
:config (setq elisp-flymake-byte-compile-load-path
(append elisp-flymake-byte-compile-load-path load-path)))

Expand Down

0 comments on commit 28b9ce6

Please sign in to comment.