From: Don Armstrong Date: Tue, 26 May 2015 22:29:19 +0000 (-0700) Subject: update org files X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=8cacedc3456e6963f860758cb78c29bd9fd8167f;p=lib.git update org files --- 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