home

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

commit 410551b36b4a29ab4a2f5c4066f232307cbce01e
parent faa5ce75420883140509e06711e28533a81c31ff
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 25 Sep 2020 12:24:21 +0100

tools/emacs: temporary remove flyspell 👾

Let's try to use and configure `ispell' instead.

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

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

diff --git a/tools/emacs/config/config-editing.el b/tools/emacs/config/config-editing.el @@ -158,28 +158,6 @@ Else toggle the comment status of the line at point." ("M-;" . comment-indent) ("C-x C-;" . comment-box))) -;; UseFlySpell -(use-package flyspell - :commands (flyspell-prog-mode flyspell-mode) - :hook((text-mode . turn-on-flyspell) - (prog-mode . turn-on-flyspell)) - :config - (define-key flyspell-mode-map (kbd "C-;") nil) - (setq-default flyspell-issue-message-flag nil - flyspell-issue-welcome-flag nil - ispell-program-name "hunspell" - ispell-local-dictionary "en_GB" - ispell-local-dictionary-alist - '(("en_GB" - "[[:alpha:]]" - "[^[:alpha:]]" - "[']" - nil - ("-d" "en_GB,fr_FR") - nil - utf-8)))) -;; -UseFlySpell - (use-package emacs :init (setq-default tab-always-indent 'complete