Skip to content

Commit

Permalink
flymake: Remove the workaround for the legacy backend 'flymake-proc'
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0210 committed Oct 10, 2023
1 parent 4be8642 commit 0f3b893
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,7 @@
(cons 'flymake-eldoc-function
(delq 'flymake-eldoc-function
eldoc-documentation-functions)))))
:commands flymake-proc-legacy-flymake
:init (setq elisp-flymake-byte-compile-load-path (cons "./" load-path))
:config (remove-hook 'flymake-diagnostic-functions #'flymake-proc-legacy-flymake))
:init (setq elisp-flymake-byte-compile-load-path (cons "./" load-path)))

;;; Minibuffer and completion

Expand Down

0 comments on commit 0f3b893

Please sign in to comment.