diff options
Diffstat (limited to 'emacs/init.el')
-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 |