selectrum: sudo-edit -> doom/sudo-find-file...

doom doesn't use `sudo-edit`
also update TODO with subsequent marginalia tasks
This commit is contained in:
Itai Y. Efrat 2021-05-26 01:38:18 +03:00
parent f29f6beec2
commit f136521c19
2 changed files with 6 additions and 1 deletions

View file

@ -102,6 +102,11 @@ straightforward.
*** TODO =C-RET= on minibuffer?
*** TODO pass module
*** TODO ~+ivy/jump-list~ analogue
*** TODO marginalia stuff
**** TODO (buffer) clearly mark files opened with ~doom/sudo-find-file~ (remote?) with a different color
- including remote path in parens maybe
**** TODO (buffer) have a project column and use relative paths from that
**** TODO better colors?
*** WAIT lookup module
- ~dash-docs~ backend (needs to be created)
- ~+lookup--online..~ functionality

View file

@ -130,7 +130,7 @@
(map!
:map embark-file-map
:desc "Open Dired on target" "j" #'ffap-dired
:desc "Open target with sudo" "s" #'sudo-edit
:desc "Open target with sudo" "s" #'doom/sudo-find-file
:desc "Open target with vlf" "l" #'vlf)
(set-popup-rule! "^\\*Embark Export" :size 0.35 :ttl 0 :quit nil)
(set-popup-rule! "^\\*Embark Collect" :size 0.35 :ttl 0 :quit nil))