diff options
-rw-r--r-- | emacs/init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 62bff3d..af6d4ec 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -782,3 +782,9 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (interactive) (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 + :ensure t) |