]> git.rkrishnan.org Git - .emacs.d.git/blobdiff - init.el
show matching parens
[.emacs.d.git] / init.el
diff --git a/init.el b/init.el
index 423b41e27b2654894168e530b47f0ddb9bd06eea..fabdc36f8232a0fb861d87e28f8511491bcf4e00 100644 (file)
--- a/init.el
+++ b/init.el
@@ -1,6 +1,6 @@
 ;; Prevent the cursor from blinking
 (blink-cursor-mode 0)
-
+(show-paren-mode 1)
 ;; y-or-n instead of yes-or-no
 (defalias 'yes-or-no-p 'y-or-n-p)