You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For users who don't want to use crux-reopen-as-root-mode, perhaps an interactive invocation of crux-reopen-as-root would be helpful, so it could be called easily on-demand, rather than prompting on find-file.
Something as simple as (defun my/crux-reopen-as-root () "Reopen file as root." (interactive) (crux-reopen-as-root)) has been working for me.
Thanks for the great collection!
The text was updated successfully, but these errors were encountered:
For users who don't want to use crux-reopen-as-root-mode, perhaps an interactive invocation of crux-reopen-as-root would be helpful, so it could be called easily on-demand, rather than prompting on find-file.
Something as simple as
(defun my/crux-reopen-as-root () "Reopen file as root." (interactive) (crux-reopen-as-root))
has been working for me.Thanks for the great collection!
The text was updated successfully, but these errors were encountered: