Remove second embark-dwim binding for now

This commit is contained in:
David Morgan 2021-09-01 14:58:43 +01:00
parent 56338465ab
commit 8b03b38ba6
1 changed files with 0 additions and 2 deletions

View File

@ -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)