aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-12-29 10:21:59 -0800
committerGravatar Tom Willemse2017-12-29 10:21:59 -0800
commit419abcfe9352dc1693c73767b50d51ab2e89f94a (patch)
tree2caa847bcfb3ceb28691befe4709d50c13e65296 /emacs/.emacs.d/init.org
parent4dbf90bbd495a92bb6e1a689c3e72d9340c3359d (diff)
downloadnew-dotfiles-419abcfe9352dc1693c73767b50d51ab2e89f94a.tar.gz
new-dotfiles-419abcfe9352dc1693c73767b50d51ab2e89f94a.zip
Enable show-paren mode
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index c566f67..a05ca56 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -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,