diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2021-10-10 20:48:59 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2021-10-10 20:48:59 (GMT) |
| commit | 859f6a7f2368198660a8b7ac5dafe3e4571895cc (patch) | |
| tree | 836d696ad44f5b74a098a2acb10e5eb97405be7b /lisp/ravi-init-completion.el | |
| parent | 76069d317e8e026f240b8e142ac7e248f2e323e0 (diff) | |
| download | dotemacs-859f6a7f2368198660a8b7ac5dafe3e4571895cc.zip dotemacs-859f6a7f2368198660a8b7ac5dafe3e4571895cc.tar.gz dotemacs-859f6a7f2368198660a8b7ac5dafe3e4571895cc.tar.bz2 | |
Embark act seems really useful
Time will tell
Diffstat (limited to 'lisp/ravi-init-completion.el')
| -rw-r--r-- | lisp/ravi-init-completion.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
