about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-01 14:58:43 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-01 14:58:43 +0100
commit8b03b38ba6036ec069e99c46539edb9e14c4e2c9 (patch)
tree63aabe479b8bfd23e7bf17e1302659a959b04f42 /.emacs.d
parent56338465abfca9338c356b511bb66773977d1543 (diff)
downloaddotfiles-8b03b38ba6036ec069e99c46539edb9e14c4e2c9.tar.gz
Remove second embark-dwim binding for now
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el
index f9d54e8..0e05026 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -305,8 +305,6 @@
 (use-package embark
   :bind
   (("C-," . embark-act)
-   ;; CIDER will override M-. so have two bindings for this
-   ("M-." . embark-dwim)
    ("C-." . embark-dwim)
    ("C-c C-o" . embark-export)
    ("C-h b" . embark-bindings)