Remove old `tramp-remote-path` from WPI

This commit is contained in:
Adam Goldsmith 2023-01-01 21:56:26 -05:00
parent 131737c318
commit 9ed6f4bac3
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@
:bind ("C-c C-f" . find-file-as-root)
:config
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
(add-to-list 'tramp-remote-path '"/home/adam/asgoldsmith/install/bin/")
(setq tramp-default-method "ssh")
(defun find-file-as-root ()
(interactive)