changeset 105:0e67bf5f96e4

Workaround tramp hg bugs
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 22 Dec 2014 16:42:24 -0500
parents f8c6f5a513b7
children 7dff3c5cc118
files dotemacs.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -283,6 +283,8 @@
  '(tabbar-mode t nil (tabbar))
  '(text-mode-hook (quote (text-mode-hook-identify)))
  '(tool-bar-mode nil)
+ '(tramp-default-method "ssh")
+ '(tramp-remote-process-environment (quote ("HISTFILE=$HOME/.tramp_history" "HISTSIZE=1" "LC_ALL=C" "TERM=dumb" "EMACS=t" "INSIDE_EMACS='24.3.1,tramp:2.2.6-24.3'" "CDPATH=" "HISTORY=" "MAIL=" "MAILCHECK=" "MAILPATH=" "PAGER=\"\"" "autocorrect=" "HGPLAIN=1" "correct=")))
  '(transient-mark-mode nil)
  '(uniquify-buffer-name-style (quote forward) nil (uniquify))
  '(vc-follow-symlinks nil)