summaryrefslogtreecommitdiff
path: root/init/tramp/init-tramp-sudo-hang-fix.el
blob: 3882f280f52ed400c6e15c26444b4a0e2262e735 (plain)
1
2
3
(defun sudo-edit ()
  (interactive)
  (find-file (format "/sudo:root@%s:%s" system-name (read-file-name "Edit as root: "))))