From 26a8832147a1df28ba57f4de7c5a38575613691f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 10 Aug 2016 13:19:37 +0200 Subject: emacs: show-paren-mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.el b/emacs/init.el index beffa9c..7818185 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -121,6 +121,7 @@ ;; Cursor (blink-cursor-mode 0) (global-hl-line-mode -1) +(show-paren-mode 1) ;; Follow symlinks (setq vc-follow-symlinks t) -- cgit v1.2.3