]> git.donarmstrong.com Git - lib.git/commitdiff
load tramp
authorDon Armstrong <don@donarmstrong.com>
Thu, 25 Jan 2018 22:44:00 +0000 (14:44 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 25 Jan 2018 22:44:00 +0000 (14:44 -0800)
emacs_el/configuration/don-configuration.org

index 6788679b29fefd3ef0d430b671cd1a206d8b688c..25012bd3d7e4634966d00c9fa7f89b6767683ffb 100644 (file)
@@ -774,14 +774,16 @@ This can be used to link things pretty quickly if necessary
 
 ** Tramp
 #+BEGIN_SRC emacs-lisp
 
 ** Tramp
 #+BEGIN_SRC emacs-lisp
-  (add-to-list 'tramp-methods '("vcsh"
-                                (tramp-login-program "vcsh")
-                                (tramp-login-args
-                                 (("enter")
-                                  ("%h")))
-                                (tramp-remote-shell "/bin/sh")
-                                (tramp-remote-shell-args
-                                 ("-c"))))
+  (use-package tramp
+    :config
+    (add-to-list 'tramp-methods '("vcsh"
+                                  (tramp-login-program "vcsh")
+                                  (tramp-login-args
+                                   (("enter")
+                                    ("%h")))
+                                  (tramp-remote-shell "/bin/sh")
+                                  (tramp-remote-shell-args
+                                   ("-c")))))
 #+END_SRC
 ** Reftex
 #+BEGIN_SRC emacs-lisp
 #+END_SRC
 ** Reftex
 #+BEGIN_SRC emacs-lisp