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.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/emacs/.emacs.d/init/ycp-system.el b/emacs/.emacs.d/init/ycp-system.el
index 6dbcf7d..5951aac 100644
--- a/emacs/.emacs.d/init/ycp-system.el
+++ b/emacs/.emacs.d/init/ycp-system.el
@@ -50,11 +50,6 @@
"tramp")))
;; Use discovered value for ssh options
(setq tramp-ssh-controlmaster-options "")
- ;; Stop tramp from interfering with everything
- (setq file-name-handler-alist
- (seq-filter
- (--remove (string-match-p "^tramp" (symbol-name (cdr it)))
- file-name-handler-alist)))
(connection-local-set-profile-variables
'termux-bash
'((explicit-shell-file-name . "/data/data/com.termux/files/usr/bin/bash")
@@ -90,6 +85,7 @@
'(: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)