diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-17 16:11:12 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-17 16:11:12 +0100 |
commit | 94de8f8469c7e7ea861e1bfbeeb4e2fca3929e47 (patch) | |
tree | 6264964ef6b65f10d61b19cd3f00ee08a7500311 | |
parent | 427f12ee56725f6795470f277416ff6d91ae3d06 (diff) | |
download | dotfiles-94de8f8469c7e7ea861e1bfbeeb4e2fca3929e47.tar.gz |
Change embark bindings
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index dbf26d0..432bf3d 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -425,8 +425,7 @@ DEFS is a plist associating completion categories to commands." (use-package embark :bind - (("C-," . embark-act) - ("C-." . embark-dwim) + (("C-." . embark-act) ("M-." . embark-dwim) ("C-c C-o" . embark-export) ("C-h b" . embark-bindings) |