summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 87f9bdb..6f1f41f 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -877,9 +877,11 @@ With prefix argument TIME, also add the current time."
;; so i can search for synonyms without using the internet
(use-package wordnut
+ :disabled t
:if (executable-find "wordnet")
- :ensure t
- :defer t)
+ :commands (wordnut-search)
+ :ensure t)
+
(use-package emms
:disabled t
:config