diff options
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) + |