about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-17 16:11:12 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-17 16:11:12 +0100
commit94de8f8469c7e7ea861e1bfbeeb4e2fca3929e47 (patch)
tree6264964ef6b65f10d61b19cd3f00ee08a7500311 /.emacs.d
parent427f12ee56725f6795470f277416ff6d91ae3d06 (diff)
downloaddotfiles-94de8f8469c7e7ea861e1bfbeeb4e2fca3929e47.tar.gz
Change embark bindings
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el3
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)