From 18e87aeab509c536f0e101db6dd36078138e5bfd Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 19 Mar 2014 16:36:43 +0900 Subject: [PATCH 1/1] Auto commit by The Sugar System. --- dot-files/_emacs_el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 38c9cee..d1eb106 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -192,6 +192,11 @@ (append '(("\\.rst$" . rst-mode) ("\\.rest$" . rst-mode)) auto-mode-alist)) +;; textile-mode +(autoload 'textile-mode "textile-mode" + "Major mode for editing Textile documents." t) +(add-to-list 'auto-mode-alist '("\\.textile\\'" . textile-mode)) + ;; xsltxt-mode (autoload 'xsltxt-mode "xsltxt-mode" "Major mode for xsltxt." t) (add-to-list 'auto-mode-alist '("\\.xsltxt$" . xsltxt-mode)) -- 2.40.0