Commit cd96fc851023

Vincent Demeester <vincent@sbr.pm>
2024-02-15 15:20:26
tools/emacs: temporarily disable flyspell-prog-mode
It gets in the way of my comment bindings. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2b66c2f
Changed files (1)
tools
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