summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--dictionary.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-07-29 19:07:05 -0400
committerbd <bdunahu@operationnull.com>2025-07-29 19:07:05 -0400
commit62e1692a216d3c8c053c9551631aecf3dc391c86 (patch)
tree6894e9e7377c5dc5e0e42274b21c76dc7f8dae3b /.config/emacs/modules/bd--dictionary.el
parent5dbdf3868c1e2267f90826e2d0df993241920eb2 (diff)
Add the all-powerful emacs-powerthesaurus
Diffstat (limited to '.config/emacs/modules/bd--dictionary.el')
-rw-r--r--.config/emacs/modules/bd--dictionary.el6
1 files changed, 6 insertions, 0 deletions
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