From: PHO <pho@cielonegro.org>
Date: Fri, 6 Feb 2015 06:08:54 +0000 (+0900)
Subject: Auto commit by The Sugar System.
X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=6167cc799c3771737501b3c1e17f64bab65260cc;p=sugar.git

Auto commit by The Sugar System.
---

diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el
index d35164e..781440e 100644
--- a/dot-files/_emacs_el
+++ b/dot-files/_emacs_el
@@ -402,7 +402,7 @@
 (autoload 'tsv-normal-mode "tsv-mode" "A minor mode to edit table like file" t)
 (setq tsv-write-annotation nil)
 (setq tsv-separator-list '("\t"))
-(add-to-list 'auto-mode-alist '("\\.[Tt][Ss][Vv]\\'" . tsv-mode))
+;(add-to-list 'auto-mode-alist '("\\.[Tt][Ss][Vv]\\'" . tsv-mode))
 
 ;; yaml-mode
 (autoload 'yaml-mode "yaml-mode"
@@ -554,6 +554,7 @@
  '(tramp-default-method "sshx")
  '(uniquify-buffer-name-style (quote forward) nil (uniquify))
  '(uniquify-trailing-separator-p t)
+ '(vc-cvs-stay-local nil)
  '(w3m-bookmark-file-coding-system (quote utf-8))
  '(w3m-coding-system (quote utf-8))
  '(w3m-coding-system-priority-list (quote (utf-8)))