From 083d61f746e23c4d8f018808c09b8c12bf5856e5 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 1 Mar 2019 23:53:25 -0500 Subject: [PATCH] Cleanup show-paren call --- global.org | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/global.org b/global.org index 7be78fc..fc5fd64 100644 --- a/global.org +++ b/global.org @@ -329,11 +329,9 @@ [ftp://ftp.lysator.liu.se/pub/emacs/ws-trim.el] ** Show matching parens - Use mic-paren for paren-highlighting + Use ~show-paren~ for paren-highlighting #+BEGIN_SRC emacs-lisp - (setq show-paren-mode t) -; (require 'mic-paren) -; (paren-activate) + (show-paren-mode 1) #+END_SRC *** TODO find out if there are better options out there ** Abbrevs