From e0fe995223de274eabc7940561760048003d44a9 Mon Sep 17 00:00:00 2001 From: noa Date: Wed, 9 Oct 2024 14:49:18 +0800 Subject: Add wordnut package for synonym lookups --- emacs/init.el | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- cgit 1.4.1-2-gfad0