diff options
author | noa | 2025-02-16 22:22:21 +0800 |
---|---|---|
committer | noa | 2025-02-16 22:22:21 +0800 |
commit | 17a99e13fc5a0824d0fcd086cf34b88880831495 (patch) | |
tree | 40eefc8d7e7dde9867055e7366798db4b5a19e5e /emacs | |
parent | 67b3a0e8fd446589765eb435dbba6f1877ea493e (diff) |
Remove wordnut
Diffstat (limited to 'emacs')
-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 ac9a217..29dd3e7 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -868,13 +868,6 @@ With prefix argument TIME, also add the current time." (consult-ripgrep "~/Documents/Notes")) (global-set-key (kbd "C-j C-s") #'noa/consult-rg-notes) -;; so i can search for synonyms without using the internet -(use-package wordnut - :disabled t - :if (executable-find "wordnet") - :commands (wordnut-search) - :ensure t) - (use-package emms :disabled t :config |