From 9ed6f4bac30f564e5cd98c3a32992b9f6358c1e8 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 1 Jan 2023 21:56:26 -0500 Subject: [PATCH] Remove old `tramp-remote-path` from WPI --- .emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b9a37c7..0b6abff 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)