dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 669a7174040d2a5d69fb6285e8294ca5f0f11362
parent b1649dbdcf2a0c9f9e7eafa8d06cf6d9142dcf7d
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri,  6 Jun 2014 11:02:17 +0200

enable rainbow-delimiters in programming modes

Diffstat:
M.emacs.d/init.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.emacs.d/init.el b/.emacs.d/init.el @@ -90,6 +90,9 @@ ;; color theme (load-theme 'solarized-dark t) +;; rainbow delimiters in programming modes +(add-hook 'prog-mode-hook 'rainbow-delimiters-mode) + ;; customized Vim-like behavior (require 'evil) (evil-mode 1)