From b277280c9b95e95ab7b2a6c8dc0fbf080b456ee0 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:57:19 -0400 Subject: require/provide statements --- bard-emacs-modules/bard-emacs-completion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bard-emacs-modules/bard-emacs-completion.el') 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) -- cgit v1.2.3