From a6b4a9fd13989edf3bcf083e1728f4b4d48062d8 Mon Sep 17 00:00:00 2001 From: PHO Date: Thu, 25 Sep 2014 13:14:40 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 626b907..337cce7 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -397,6 +397,13 @@ "Major mode for editing comma-separated value files." t) (add-to-list 'auto-mode-alist '("\\.[Cc][Ss][Vv]\\'" . csv-mode)) +;; tsv-mode +(autoload 'tsv-mode "tsv-mode" "A mode to edit table like file" t) +(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)) + ;; yaml-mode (autoload 'yaml-mode "yaml-mode" "Major mode for editing YAML files." t) -- 2.40.0