From 8cacedc3456e6963f860758cb78c29bd9fd8167f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 26 May 2015 15:29:19 -0700 Subject: [PATCH] update org files --- emacs_el/configuration/don-configuration.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 7d35129..119ef20 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -61,6 +61,17 @@ (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 -- 2.39.2