|
|
|
@ -329,11 +329,9 @@ |
|
|
|
[ftp://ftp.lysator.liu.se/pub/emacs/ws-trim.el] |
|
|
|
[ftp://ftp.lysator.liu.se/pub/emacs/ws-trim.el] |
|
|
|
|
|
|
|
|
|
|
|
** Show matching parens |
|
|
|
** Show matching parens |
|
|
|
Use mic-paren for paren-highlighting |
|
|
|
Use ~show-paren~ for paren-highlighting |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(setq show-paren-mode t) |
|
|
|
(show-paren-mode 1) |
|
|
|
; (require 'mic-paren) |
|
|
|
|
|
|
|
; (paren-activate) |
|
|
|
|
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
*** TODO find out if there are better options out there |
|
|
|
*** TODO find out if there are better options out there |
|
|
|
** Abbrevs |
|
|
|
** Abbrevs |
|
|
|
|