summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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\\)\\*"