]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Wed, 6 Jun 2012 01:38:09 +0000 (10:38 +0900)
committerPHO <pho@cielonegro.org>
Wed, 6 Jun 2012 01:38:09 +0000 (10:38 +0900)
dot-files/_emacs_el

index 4b35c7d1de196f5484d15683f8ab533d59b14d75..92bd6d09a13736bddab343715abad4b222471343 100644 (file)
 (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)