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.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el index 5fab995..bac9a54 100644 --- a/init.el +++ b/init.el
@@ -913,13 +913,16 @@ See also `crux-reopen-as-root-mode'."
913(setup (:straight elpher)) 913(setup (:straight elpher))
914 914
915(setup (:straight embark) 915(setup (:straight embark)
916 (:also-load +embark)
916 (:option prefix-help-command 'embark-prefix-help-command 917 (:option prefix-help-command 'embark-prefix-help-command
917 embark-keymap-prompter-key ";") 918 embark-keymap-prompter-key ";")
918 (:+key "C-." #'embark-act 919 (:+key "C-." #'embark-act
919 "M-." #'embark-dwim 920 "M-." #'embark-dwim
920 "<f1> B" #'embark-bindings) 921 "<f1> B" #'embark-bindings)
921 (:with-map minibuffer-local-map 922 (:with-map minibuffer-local-map
922 (:bind "C-." #'embark-act))) 923 (:bind "C-." #'embark-act))
924 (:with-map embark-file-map
925 (:bind "l" #'vlf)))
923 926
924(setup (:straight embark-consult) 927(setup (:straight embark-consult)
925 (:load-after consult embark) 928 (:load-after consult embark)