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:
parent
f29f6beec2
commit
f136521c19
2 changed files with 6 additions and 1 deletions
|
@ -102,6 +102,11 @@ straightforward.
|
||||||
*** TODO =C-RET= on minibuffer?
|
*** TODO =C-RET= on minibuffer?
|
||||||
*** TODO pass module
|
*** TODO pass module
|
||||||
*** TODO ~+ivy/jump-list~ analogue
|
*** 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
|
*** WAIT lookup module
|
||||||
- ~dash-docs~ backend (needs to be created)
|
- ~dash-docs~ backend (needs to be created)
|
||||||
- ~+lookup--online..~ functionality
|
- ~+lookup--online..~ functionality
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
(map!
|
(map!
|
||||||
:map embark-file-map
|
:map embark-file-map
|
||||||
:desc "Open Dired on target" "j" #'ffap-dired
|
: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)
|
:desc "Open target with vlf" "l" #'vlf)
|
||||||
(set-popup-rule! "^\\*Embark Export" :size 0.35 :ttl 0 :quit nil)
|
(set-popup-rule! "^\\*Embark Export" :size 0.35 :ttl 0 :quit nil)
|
||||||
(set-popup-rule! "^\\*Embark Collect" :size 0.35 :ttl 0 :quit nil))
|
(set-popup-rule! "^\\*Embark Collect" :size 0.35 :ttl 0 :quit nil))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue