From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Fri, 31 Oct 2014 10:31:54 +0000 (+0530)
Subject: show matching parens
X-Git-Url: https://git.rkrishnan.org/specifications/components/com_hotproperty/flags/status?a=commitdiff_plain;h=6cf16f35fd7a5a03762b556bacf8a4d54ae37707;p=.emacs.d.git

show matching parens
---

diff --git a/init.el b/init.el
index 423b41e..fabdc36 100644
--- 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)