diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-09-01 14:58:43 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-09-01 14:58:43 +0100 |
commit | 8b03b38ba6036ec069e99c46539edb9e14c4e2c9 (patch) | |
tree | 63aabe479b8bfd23e7bf17e1302659a959b04f42 | |
parent | 56338465abfca9338c356b511bb66773977d1543 (diff) | |
download | dotfiles-8b03b38ba6036ec069e99c46539edb9e14c4e2c9.tar.gz |
Remove second embark-dwim binding for now
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 2 |
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) |