Cleanup show-paren call

master
Jacopo De Simoi 7 years ago
parent 483b407ebb
commit 083d61f746
  1. 6
      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

Loading…
Cancel
Save