From: PHO Date: Mon, 27 Sep 2010 09:48:47 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=322d992e8722d9bdd4fb33804326227c7409bde8 Auto commit by The Sugar System. --- 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)))