aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-system.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-06-28 19:54:44 +1000
committerYuchen Pei <id@ypei.org>2023-06-28 19:54:44 +1000
commitb0e256586c24c6fb169d61e98302b11026ff10d2 (patch)
treea62223150703df6c66e3c42448efd881366448f8 /emacs/.emacs.d/init/ycp-system.el
parent5142e4227a0d10f8e5481523710b2c17b2054889 (diff)
Some minor fixes
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