Enable show-paren mode
This commit is contained in:
parent
4dbf90bbd4
commit
419abcfe93
1 changed files with 9 additions and 0 deletions
|
@ -361,6 +361,15 @@ Computing Environment".
|
|||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
#+END_SRC
|
||||
|
||||
*** Show any matching parenthesis
|
||||
|
||||
When working in Lisp code (but other code as well) it can be very
|
||||
handy to see which parenthesis the one near the cursor matches.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(show-paren-mode)
|
||||
#+END_SRC
|
||||
|
||||
* Theme
|
||||
|
||||
Load my personal theme. I sometimes change it to a different theme,
|
||||
|
|
Loading…
Reference in a new issue