From adbf5fd66547a06fedc3033c0927106ce5d92bbd Mon Sep 17 00:00:00 2001
From: Bozhidar Batsov <bozhidar@batsov.com>
Date: Mon, 23 Apr 2012 12:13:56 +0300
Subject: [PATCH] minor change

---
 prelude/prelude-editor.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/prelude/prelude-editor.el b/prelude/prelude-editor.el
index 9445f62..1044524 100644
--- a/prelude/prelude-editor.el
+++ b/prelude/prelude-editor.el
@@ -135,8 +135,8 @@
 (defadvice windmove-right (before other-window-now activate)
   (when buffer-file-name (save-buffer)))
 
-;; show-paren-mode: subtle highlighting of matching parens
-(show-paren-mode t)
+;; show-paren-mode: subtle highlighting of matching parens (global-mode)
+(show-paren-mode +1)
 (setq show-paren-style 'parenthesis)
 
 ;; highlight the current line