diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index bc8e3be..e2961d9 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -775,6 +775,7 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." ;; so i can search for synonyms without using the internet (use-package wordnut + :if (executable-find "wordnet") :ensure t :defer t) |