about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.org b/config.org index 72ef909..6f5df07 100644 --- a/config.org +++ b/config.org
@@ -1314,6 +1314,8 @@ A =mixed= =show-paren-style= means that, when both parentheses are visible, it j
1314 1314
1315#+begin_src emacs-lisp 1315#+begin_src emacs-lisp
1316 (cuss show-paren-style 'mixed) 1316 (cuss show-paren-style 'mixed)
1317 (cuss show-paren-delay 0)
1318
1317 (show-paren-mode 1) 1319 (show-paren-mode 1)
1318#+end_src 1320#+end_src
1319 1321