mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor edits + comment out unused popup vars (for later)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user