diff options
author | noa | 2025-02-16 22:07:34 +0800 |
---|---|---|
committer | noa | 2025-02-16 22:07:34 +0800 |
commit | b55cdf03385246782920b36c31b9e5b7b5a2dcf3 (patch) | |
tree | 849c35e53339b38c259ad92291e2c8519d66fb3c | |
parent | 73b8cf34538fb82e7d110e113189755b93e552ff (diff) |
Disable wordnut config
-rw-r--r-- | emacs/init.el | 6 |
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 |