aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-08-10 13:19:37 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-08-10 13:19:37 +0200
commit26a8832147a1df28ba57f4de7c5a38575613691f (patch)
tree44c17a440b31a04b539aff37b3ed800d2dddf9e5
parent917047d7db82107d2abe8bf94d1bc0262f1814fe (diff)
downloaddotfiles-26a8832147a1df28ba57f4de7c5a38575613691f.tar.gz
dotfiles-26a8832147a1df28ba57f4de7c5a38575613691f.zip
emacs: show-paren-mode
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
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)