Commit 5a6b2370314b

Vincent Demeester <vincent@sbr.pm>
2024-07-11 11:05:03
tools/emacs: remove flymake-codespell…
… jinx is there. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a8b48b8
Changed files (1)
tools
tools/emacs/config/programming-config.el
@@ -71,10 +71,6 @@
   ;; (prog-mode . flyspell-prog-mode) rebind flyspell-auto-correct-previous-word
   (prog-mode . flymake-mode))
 
-(use-package flymake-codespell
-  :after flymake
-  :hook (prog-mode . flymake-codespell-setup-backend))
-
 (defun my-gotest-get-current-test()
   "Get the current test name, if we have a subtest (starting with name) then use it."
   (interactive)