From c2b706ff2f3aa42d58a03febad1d1b8f8d5a1142 Mon Sep 17 00:00:00 2001 From: bdunahu Date: Sun, 4 Jan 2026 13:13:39 -0700 Subject: remove unnecessary nested guix dir --- .../files/.config/emacs/modules/bd--dictionary.el | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--dictionary.el (limited to 'guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--dictionary.el') diff --git a/guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--dictionary.el b/guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--dictionary.el deleted file mode 100644 index e032837..0000000 --- a/guix/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--dictionary.el +++ /dev/null @@ -1,20 +0,0 @@ -;;; -*- lexical-binding: t; -*- -;;; Commentary: -;;; Code: - - -(use-package dictionary - :bind (("C-c i" . dictionary-lookup-definition)) - :config - (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