diff options
| author | BardofSprites <[email protected]> | 2024-09-30 22:57:19 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-30 22:57:19 -0400 |
| commit | b277280c9b95e95ab7b2a6c8dc0fbf080b456ee0 (patch) | |
| tree | b910558b04e264f3b36e4451c7b4c4712ef24dc0 /bard-emacs-modules/bard-emacs-completion.el | |
| parent | c0dc97b155ef66ae17e9243bbbd7d4454adbf7ff (diff) | |
require/provide statements
Diffstat (limited to 'bard-emacs-modules/bard-emacs-completion.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-completion.el | 2 |
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) |
