summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-04 00:31:14 -0600
committerCase Duckworth2020-12-04 00:31:14 -0600
commit1e7d25e1d8e9e806163728d93e661d5bfd4fac8b (patch)
treefe45ed7b0dbafb6e10eae249d13d10062bdf47db /config.org
parent Tweak org-mode source stuff (diff)
downloademacs-1e7d25e1d8e9e806163728d93e661d5bfd4fac8b.tar.gz
emacs-1e7d25e1d8e9e806163728d93e661d5bfd4fac8b.zip
Remove show-paren-delay
	# Please enter the commit message for your changes. Lines starting
	# with '#' will be ignored, and an empty message aborts the commit.
	#
	# On branch master
	# Your branch is ahead of 'origin/master' by 2 commits.
	#   (use "git push" to publish your local commits)
	#
	# Changes to be committed:
	#	modified:   config.org
	#
	# Changes not staged for commit:
	#	modified:   config.org
	#
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