dev: merge branch 'pr7002' into emenel
This commit is contained in:
commit
e048bb18dc
2 changed files with 3 additions and 3 deletions
|
@ -487,7 +487,7 @@ If FORCE-P, overwrite the destination file if it exists, without confirmation."
|
|||
(defun doom/sudo-find-file (file)
|
||||
"Open FILE as root."
|
||||
(interactive "FOpen file as root: ")
|
||||
(find-file (doom--sudo-file-path file)))
|
||||
(find-file (doom--sudo-file-path (expand-file-name file))))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/sudo-this-file ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue