From f0f031fafef6fabc84cff4a427ba08c1f48291d0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 6 Jan 2022 23:21:59 -0600 Subject: Begin customizing embark --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'init.el') 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'." (setup (:straight elpher)) (setup (:straight embark) + (:also-load +embark) (:option prefix-help-command 'embark-prefix-help-command embark-keymap-prompter-key ";") (:+key "C-." #'embark-act "M-." #'embark-dwim " B" #'embark-bindings) (:with-map minibuffer-local-map - (:bind "C-." #'embark-act))) + (:bind "C-." #'embark-act)) + (:with-map embark-file-map + (:bind "l" #'vlf))) (setup (:straight embark-consult) (:load-after consult embark) -- cgit 1.4.1-21-gabe81