home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 5a6b2370314ba6f8b679e8b014f6301a9799ae4b
parent a8b48b8b44a6a2340dc8cf9ef9b91406eb88ab19
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 11 Jul 2024 11:05:03 +0200

tools/emacs: remove flymake-codespell…

… jinx is there.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/programming-config.el | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/tools/emacs/config/programming-config.el b/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)