From 62e1692a216d3c8c053c9551631aecf3dc391c86 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 29 Jul 2025 19:07:05 -0400 Subject: Add the all-powerful emacs-powerthesaurus --- .config/emacs/modules/bd--dictionary.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/emacs/modules/bd--dictionary.el') diff --git a/.config/emacs/modules/bd--dictionary.el b/.config/emacs/modules/bd--dictionary.el index bf83544..e032837 100644 --- a/.config/emacs/modules/bd--dictionary.el +++ b/.config/emacs/modules/bd--dictionary.el @@ -9,6 +9,12 @@ (setopt dictionary-server "localhost" dictionary-use-single-buffer t)) +(use-package powerthesaurus + :bind (("C-c t" . powerthesaurus-transient)) + :config + (setopt powerthesaurus-show-rating nil + powerthesaurus-user-agent "Chrome/138.0.0.0")) + (provide 'bd--dictionary) ;;; bd--dictionary.el ends here -- cgit v1.2.3