Minor edits + comment out unused popup vars (for later)
This commit is contained in:
parent
5813b6e69a
commit
88946a893a
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
;;;###autoload
|
||||
(defun doom/sudo-find-file (file)
|
||||
"Open a file as root."
|
||||
"Open FILE as root."
|
||||
(interactive
|
||||
(list (read-file-name "Open as root: ")))
|
||||
(find-file (if (file-writable-p file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue