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:
parent
d2311f48f6
commit
0de09c890d
2 changed files with 14 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue