From: PHO Date: Wed, 6 Jun 2012 01:38:09 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=414e536ae942cc9ba8571f20570fa2916f310f15;p=sugar.git Auto commit by The Sugar System. --- 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)