summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--completion.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/completion.org b/completion.org
index 4e1c267..8dcc093 100644
--- a/completion.org
+++ b/completion.org
@@ -232,9 +232,9 @@
;; #'embark-prefix-help-command
))
:bind (("C-;" . embark-act)
- ("C-'" . embark-default-action)
+ ("C-'" . embark-dwim)
(:map minibuffer-local-map
- (("C-'" . embark-default-action)
+ (("C-'" . embark-dwim)
("C-," . embark-become)
("C-o" . embark-export)))))