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 ++++++ .config/emacs/modules/bd--emms.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to '.config/emacs/modules') 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 diff --git a/.config/emacs/modules/bd--emms.el b/.config/emacs/modules/bd--emms.el index 456d83a..f4e5064 100644 --- a/.config/emacs/modules/bd--emms.el +++ b/.config/emacs/modules/bd--emms.el @@ -18,7 +18,7 @@ playback." (emms-stop) (when (bufferp emms-playlist-buffer-name) (kill-buffer emms-playlist-buffer-name)) - (emms-play-directory-tree (expand-file-name "~/ik/music/")) + (emms-play-directory-tree (expand-file-name "~/ik/")) (emms-shuffle)) (defun switch-to-emms () (interactive) -- cgit v1.2.3