home

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

commit cd96fc8510236b554100f208d291a687f417f18c
parent 2b66c2f6d4bcfad96dd724f076f2cb1b83830fe3
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 15 Feb 2024 15:20:26 +0100

tools/emacs: temporarily disable flyspell-prog-mode

It gets in the way of my comment bindings.

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

Diffstat:
Mtools/emacs/config/programming-config.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/programming-config.el b/tools/emacs/config/programming-config.el @@ -68,7 +68,7 @@ :config (repeatize 'flymake-repeat-map) :hook - (prog-mode . flyspell-prog-mode) + ;; (prog-mode . flyspell-prog-mode) rebind flyspell-auto-correct-previous-word (prog-mode . flymake-mode)) (use-package flymake-codespell