From 8c56be82235e4112210b7990ca4dd1f761fa1401 Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 20 Dec 2024 23:54:47 -0500 Subject: switch back to setopt rather than custom --- .config/emacs/modules/bd--dictionary.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 5c161b7..f6e67fb 100644 --- a/.config/emacs/modules/bd--dictionary.el +++ b/.config/emacs/modules/bd--dictionary.el @@ -6,9 +6,9 @@ (use-package dictionary :defer t :bind (("C-c i" . dictionary-lookup-definition)) - :custom - (dictionary-server "localhost") - (dictionary-use-single-buffer t)) + :config + (setopt dictionary-server "localhost" + dictionary-use-single-buffer t)) (provide 'bd--dictionary) -- cgit v1.2.3