diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-14T16·08+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-14T16·08+0200 |
commit | 0de09c890d7f124c7814051705e4aec6603b226c (patch) | |
tree | b5b8dc205a3ddac1e4a2e8494490fafd76dddae2 /emacs.d/init-modes.el | |
parent | d2311f48f6778790d02deaab7b3c87c503c25335 (diff) |
emacs: Changed rainbow-delimiters colours to those from Solarized
theme (very visible on Gruber Darker, I like it!) and forcing show-parens-mode
Diffstat (limited to 'emacs.d/init-modes.el')
-rw-r--r-- | emacs.d/init-modes.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/init-modes.el b/emacs.d/init-modes.el index 8a87aeb711da..2c07032c5bf6 100644 --- a/emacs.d/init-modes.el +++ b/emacs.d/init-modes.el @@ -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) + |