Commit 95e8fa223bdc

Vincent Demeester <vincent@sbr.pm>
2020-09-25 13:51:57
tools/emacs: do I need flyspell ?
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent bfa66cf
Changed files (1)
tools
emacs
tools/emacs/config/config-editing.el
@@ -158,7 +158,7 @@ Else toggle the comment status of the line at point."
          ("M-;" . comment-indent)
          ("C-x C-;" . comment-box)))
 
-;; UseFlySpell
+;; FIXME(vdemeester) Do I need on-the-fly spellcheck *or* not ?
 (use-package flyspell
   :commands (flyspell-prog-mode flyspell-mode)
   :hook((text-mode . flyspell-mode)