From 6cf16f35fd7a5a03762b556bacf8a4d54ae37707 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Fri, 31 Oct 2014 16:01:54 +0530
Subject: [PATCH] show matching parens

---
 init.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 
-- 
2.45.2