aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-completion.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-09-30 22:57:19 -0400
committerBardofSprites <[email protected]>2024-09-30 22:57:19 -0400
commitb277280c9b95e95ab7b2a6c8dc0fbf080b456ee0 (patch)
treeb910558b04e264f3b36e4451c7b4c4712ef24dc0 /bard-emacs-modules/bard-emacs-completion.el
parentc0dc97b155ef66ae17e9243bbbd7d4454adbf7ff (diff)
require/provide statements
Diffstat (limited to 'bard-emacs-modules/bard-emacs-completion.el')
-rw-r--r--bard-emacs-modules/bard-emacs-completion.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-completion.el b/bard-emacs-modules/bard-emacs-completion.el
index 595701f..89e5021 100644
--- a/bard-emacs-modules/bard-emacs-completion.el
+++ b/bard-emacs-modules/bard-emacs-completion.el
@@ -122,7 +122,7 @@
(("C-," . bard-embark-act-no-quit)
("C-." . bard-embark-act-quit))
:config
-
+ (require 'bard-embark)
(setq embark-keymap-alist
'((buffer bard-embark-buffer-map)
(command bard-embark-command-map)