feat(modes): Always enable electric-pair-mode

This commit is contained in:
Vincent Ambo 2017-11-06 19:31:02 +01:00
parent 17e57e42ef
commit 0338fcc892

View file

@ -38,6 +38,9 @@
;; Always highlight matching brackets
(show-paren-mode 1)
;; Always auto-close parantheses and other pairs
(electric-pair-mode)
;; Represent undo-history as an actual tree (visualize with C-x u)
(setq undo-tree-mode-lighter "")
(require 'undo-tree)