]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_emacs_el
Auto commit by The Sugar System.
[sugar.git] / dot-files / _emacs_el
index d0920c1934dee2bc58dcb4f29063f3840fc23b42..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)
  '(w3m-terminal-coding-system (quote utf-8))
  '(w3m-use-cookies t)
  '(whitespace-style (quote (face tabs trailing lines space-before-tab newline indentation empty space-after-tab tab-mark)))
+ '(woman-cache-filename "~/.wmncach.el")
  '(x-select-enable-clipboard t))
 (custom-set-faces
   ;; custom-set-faces was added by Custom.
  '(navi2ch-bm-new-unread-face ((t (:foreground "PaleGreen" :weight bold))))
  '(navi2ch-bm-updated-cache-face ((t (:foreground "CornflowerBlue" :weight bold))))
  '(navi2ch-bm-updated-unread-face ((t (:foreground "DarkSeaGreen3" :weight bold))))
- '(which-func-face ((t (:background "black" :foreground "dark orange")))))
+ '(which-func-face ((t (:background "black" :foreground "dark orange"))))
+ '(whitespace-indentation ((t (:foreground "dimgray" :underline t)))))