]> git.donarmstrong.com Git - lib.git/commitdiff
update org files
authorDon Armstrong <don@donarmstrong.com>
Tue, 26 May 2015 22:29:19 +0000 (15:29 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 26 May 2015 22:29:19 +0000 (15:29 -0700)
emacs_el/configuration/don-configuration.org

index 7d3512954c44109d6c12e082537df1f64a157f4f..119ef20ad7900ff238b135811730b27aa4f25aed 100644 (file)
 (require 'don-helm)
 #+END_SRC
 
+** Tramp
+#+BEGIN_SRC emacs-lisp  :tangle don-configuration.el
+  (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
 * Keybindings
 ** Override other things
 #+BEGIN_SRC emacs-lisp  :tangle don-configuration.el