From 322d992e8722d9bdd4fb33804326227c7409bde8 Mon Sep 17 00:00:00 2001 From: PHO Date: Mon, 27 Sep 2010 18:48:47 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index b512251..bbfa1cd 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -238,9 +238,6 @@ (inf-ruby-keys) )) -;; Tramp -(setq tramp-default-method "ssh") - ;; Haskell (load-if-present "haskell-site-file.el") @@ -440,6 +437,9 @@ '(rng-schema-locating-files (quote ("schemas.xml" "/sw/share/schema/schemas.xml" "~/share/nxml/schemas.xml"))) '(rst-level-face-base-light 50) '(safe-local-variable-values (quote ((todo-categories "Todo" "Todo" "Todo" "Todo")))) + '(tramp-auto-save-directory "/tmp/tramp-auto-save") + '(tramp-completion-reread-directory-timeout 2) + '(tramp-default-host "localhost") '(w3m-bookmark-file-coding-system (quote utf-8)) '(w3m-coding-system (quote utf-8)) '(w3m-coding-system-priority-list (quote (utf-8))) -- 2.40.0