diff options
author | bd <bdunahu@operationnull.com> | 2024-12-21 00:36:38 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-12-21 00:36:38 -0500 |
commit | 0f2188dea14a19fa808da2261816318c8814846b (patch) | |
tree | b3fb2ca2c707aa10917c6cbcaf915af0398605b6 /.config/emacs/modules/bd--dictionary.el | |
parent | 8c56be82235e4112210b7990ca4dd1f761fa1401 (diff) |
use-package more hints when to laod, exwm+server not ask start twice
Diffstat (limited to '.config/emacs/modules/bd--dictionary.el')
-rw-r--r-- | .config/emacs/modules/bd--dictionary.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--dictionary.el b/.config/emacs/modules/bd--dictionary.el index f6e67fb..bf83544 100644 --- a/.config/emacs/modules/bd--dictionary.el +++ b/.config/emacs/modules/bd--dictionary.el @@ -4,7 +4,6 @@ (use-package dictionary - :defer t :bind (("C-c i" . dictionary-lookup-definition)) :config (setopt dictionary-server "localhost" |