summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el7
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