commit 7a48c6a9dcb75dff464a59dc7af7d6688612f88f
parent 5864a7cfc74c5f3e06c987cf1c2e3baadfae2d0d
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date: Mon, 28 May 2018 09:42:25 -0400
Activate `show-paren-mode`
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/partials/ui-ux.el b/partials/ui-ux.el
@@ -53,6 +53,10 @@
;; Disable system beep in emacs
(setq visible-bell t)
+;; Toggle visualization of matching parens (Show Paren mode)
+(show-paren-mode 1)
+
+
;; To have emacs open bookmarks on startup
(setq inhibit-splash-screen t)
(require 'bookmark)