From: PHO Date: Wed, 19 Mar 2014 07:36:43 +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=18e87aeab509c536f0e101db6dd36078138e5bfd Auto commit by The Sugar System. --- 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))