summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-10-21 07:56:51 +0100
committerAlan Pearce2013-10-21 07:56:51 +0100
commit333c045fd15b0b06d76a905269a24fd8a54df7ef (patch)
tree1e80b8a27e954042bf2c32f417230c08b775707b /emacs
parenta9e7dbba3ee826f807546e8c94df2b17e5da6518 (diff)
downloaddotfiles-333c045fd15b0b06d76a905269a24fd8a54df7ef.tar.lz
dotfiles-333c045fd15b0b06d76a905269a24fd8a54df7ef.tar.zst
dotfiles-333c045fd15b0b06d76a905269a24fd8a54df7ef.zip
Emacs: load tramp on startup
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 7704546..e6b1b0e 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -420,7 +420,6 @@ Values: `desktop', `server', `laptop'")
                  (setq save-place-file (expand-file-name ".saveplace" user-emacs-directory))))
 
 (use-package tramp
-  :defer t
   :config (progn
             (setq tramp-default-method (if (eq system-type 'windows-nt) "plinkx" "ssh")
                   tramp-default-user-alist '(("\\`su\\(do\\)?\\'" nil "root") (nil nil "alan"))