emacs: Changed rainbow-delimiters colours to those from Solarized

theme (very visible on Gruber Darker, I like it!) and forcing show-parens-mode
This commit is contained in:
Vincent Ambo 2013-07-14 18:08:44 +02:00
parent d2311f48f6
commit 0de09c890d
2 changed files with 14 additions and 2 deletions

View file

@ -42,3 +42,7 @@
;; Enable paredit in all programming buffers
(add-hook 'prog-mode-hook 'paredit-mode)
;; Always highlight matching brackets
(show-paren-mode 1)