diff options
| author | BardofSprites <[email protected]> | 2024-12-29 19:45:57 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-12-29 19:45:57 -0500 |
| commit | 744d86dd0be3473c17490ecfb789489c33e8c1c2 (patch) | |
| tree | dd83f7e1083ad20b25dc3ec1d14635388e33e172 /bard-emacs-modules/bard-emacs-completion.el | |
| parent | f70c2bb4fa945b815599ae571a5f14c1bbc326de (diff) | |
reformatting
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 9fa6c21..6798965 100644 --- a/bard-emacs-modules/bard-emacs-completion.el +++ b/bard-emacs-modules/bard-emacs-completion.el @@ -128,7 +128,7 @@ (use-package embark :ensure t - :bind + :bind* (("C-," . bard-embark-act-no-quit) ("C-." . bard-embark-act-quit)) :config |
