From f5be4a1593b101fd8df0b93ad4e2d16e96702380 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Sat, 21 Mar 2020 17:40:54 +0100 Subject: [PATCH] Use default dictionary for now --- emacs/.config/doom/configuration.org | 6 ------ 1 file changed, 6 deletions(-) diff --git a/emacs/.config/doom/configuration.org b/emacs/.config/doom/configuration.org index a722953..1626afe 100644 --- a/emacs/.config/doom/configuration.org +++ b/emacs/.config/doom/configuration.org @@ -227,9 +227,3 @@ Setup mu4e with multiple profiles (elfeed-goodies/setup)) #+END_SRC * Spelling -#+BEGIN_SRC emacs-lisp -(after! ispell - (setq ispell-dictionary "en_GB-large,nl_NL") - (ispell-set-spellchecker-params) - (ispell-hunspell-add-multi-dic "en_GB-large,nl_NL")) -#+END_SRC