aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-system.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-system.el')
-rw-r--r--emacs/.emacs.d/init/ycp-system.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init/ycp-system.el b/emacs/.emacs.d/init/ycp-system.el
index 5951aac..5670eed 100644
--- a/emacs/.emacs.d/init/ycp-system.el
+++ b/emacs/.emacs.d/init/ycp-system.el
@@ -84,9 +84,7 @@
(connection-local-set-profiles
'(:application tramp :protocol "adb")
'adb-shell)
- (require 'my-system)
- ;; Stop tramp from interfering with everything
- (setq file-name-handler-alist (my-file-handlers-without-tramp)))
+ )
(provide 'ycp-system)
;;; ycp-system.el ends here