home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 95e8fa223bdce642c18163b1d25d9146cbae08da
parent bfa66cfec603c20ec409b7785532e5961a7ad655
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 25 Sep 2020 12:51:57 +0100

tools/emacs: do I need flyspell ?

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

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

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