From 414e536ae942cc9ba8571f20570fa2916f310f15 Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 6 Jun 2012 10:38:09 +0900 Subject: [PATCH] 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 4b35c7d..92bd6d0 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -261,6 +261,11 @@ (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode)) (add-to-list 'auto-mode-alist '("\\.json$" . javascript-mode)) +;; vimrc +(autoload 'vimrc-mode "vimrc-mode" + "Major mode for editing `.vimrc', `xxx.vim' and `.exrc' files." t) +(add-to-list 'auto-mode-alist '("\\.vim\\(rc\\)?$" . vimrc-mode)) + ;; ido (require 'ido) (ido-mode t) -- 2.40.0