From 656811b10126f373fcae2d2d860f8f126ffaaf60 Mon Sep 17 00:00:00 2001 From: PHO Date: Mon, 5 Mar 2012 15:38:34 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 992c039..1fcc638 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -185,9 +185,13 @@ (append '(("\\.rst$" . rst-mode) ("\\.rest$" . rst-mode)) auto-mode-alist)) +;; xsltxt-mode +(autoload 'xsltxt-mode "xsltxt-mode" "Major mode for xsltxt." t) +(add-to-list 'auto-mode-alist '("\\.xsltxt$" . xsltxt-mode)) + ;; lua-mode (autoload 'lua-mode "lua-mode" "Lua editing mode." t) -(add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode) auto-mode-alist) +(add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode)) ;; twittering-mode (require-if-present 'twittering-mode) -- 2.40.0