diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-09-08 17:20:22 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-09-08 17:20:22 -0700 |
commit | b6e8231ffd65c37c45f4d62533458ee342d4d840 (patch) | |
tree | 4904219e9d9bab8556adfb1981e62546eaac58d8 | |
parent | [emacs] remove duplicated package declaration (diff) | |
download | emacs.d-b6e8231ffd65c37c45f4d62533458ee342d4d840.tar.gz |
[emacs] remove tramp
-rw-r--r-- | configs/rcs/emacs.d/init.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el index 3eb1b58..f62beff 100644 --- a/configs/rcs/emacs.d/init.el +++ b/configs/rcs/emacs.d/init.el @@ -136,11 +136,6 @@ :config (global-hl-line-mode t)) -(use-package tramp - :custom - (tramp-default-method "ssh") - (tramp-persistency-file-name (expand-file-name "var/tramp" user-emacs-directory))) - (use-package whitespace :custom (whitespace-style '(face trailing)) |