feat(modes): Always enable electric-pair-mode
This commit is contained in:
parent
17e57e42ef
commit
0338fcc892
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue