From 859f6a7f2368198660a8b7ac5dafe3e4571895cc Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Sun, 10 Oct 2021 15:48:59 -0500 Subject: Embark act seems really useful Time will tell diff --git a/lisp/ravi-init-completion.el b/lisp/ravi-init-completion.el index 9159a4c..7ade2fb 100644 --- a/lisp/ravi-init-completion.el +++ b/lisp/ravi-init-completion.el @@ -81,7 +81,8 @@ :if (member ravi/use-selection-system '(selectrum vertico)) :after (sudo-edit vlf) :commands (embark-act) - :bind (:map + :bind (("H-t" . embark-act) + :map embark-file-map ("s" . sudo-edit) ("l" . vlf) -- cgit v0.10.1