diff options
author | noa@gaiwan.org | 2024-06-14 00:36:31 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-14 00:36:31 +0000 |
commit | 09be6011e9d731d0a7742a24e210079d8102f1e1 (patch) | |
tree | f1678ead3b24b236db368eb3cb9df34d77a52f3e | |
parent | af075fa5ad86917d4dd7e280ec6478ef4b966e89 (diff) |
Update spellcheck configuration
-rw-r--r-- | emacs/init.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/init.el b/emacs/init.el index f68cbac..84f958a 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -160,14 +160,7 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (overlay-end overlay)))) (message "Abbrev: %s -> %s" abbrev word) (define-abbrev global-abbrev-table abbrev word))) - (advice-add 'jinx--correct-replace :before #'jinx--add-to-abbrev) -;;; spellcheck -;; (add-hook 'text-mode-hook #'flyspell-mode) -;; (setopt ispell-program-name "aspell" -;; ispell-dictionary "en_GB" -;; ispell-extra-args '("--sug-mode=ultra")) - ;;; Completing-read everywhere with consult |