summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-11 22:06:26 -0500
committerCase Duckworth2021-08-11 22:06:26 -0500
commita6793e3e539a624e88189b19cc16421d29f74ad5 (patch)
tree2aa118e32a623632353f2233167c49411a9b2f6e /init.el
parentAdd vertico crm integration (diff)
downloademacs-a6793e3e539a624e88189b19cc16421d29f74ad5.tar.gz
emacs-a6793e3e539a624e88189b19cc16421d29f74ad5.zip
Remove bind for embark-dwim
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el index 79fb0ff..c4bf72a 100644 --- a/init.el +++ b/init.el
@@ -1060,8 +1060,7 @@ if ripgrep is installed, otherwise `consult-grep'."
1060 (require 'gemini-write)))) 1060 (require 'gemini-write))))
1061 1061
1062(setup (:straight embark) 1062(setup (:straight embark)
1063 (:global "C-." embark-act 1063 (:global "C-." embark-act)
1064 "C-;" embark-dwim)
1065 (:option prefix-help-command #'embark-prefix-help-command 1064 (:option prefix-help-command #'embark-prefix-help-command
1066 (append display-buffer-alist) 1065 (append display-buffer-alist)
1067 '("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*" 1066 '("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*"