summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-04 00:31:02 -0600
committerCase Duckworth2020-12-04 00:31:02 -0600
commit8e656edcc508b0ae69800c32f11b6113a8a4d0b7 (patch)
tree3947f858544ff9fc100a36942bd2991a1b25356e /config.org
parent Tweak which-key (diff)
downloademacs-8e656edcc508b0ae69800c32f11b6113a8a4d0b7.tar.gz
emacs-8e656edcc508b0ae69800c32f11b6113a8a4d0b7.zip
Tweak org-mode source stuff
	# 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 1 commit.
	#   (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 7e1d4ab..72ef909 100644 --- a/config.org +++ b/config.org
@@ -1060,6 +1060,8 @@ I need to break this config up and like, comment it better.
1060 :custom 1060 :custom
1061 (org-startup-indented t) 1061 (org-startup-indented t)
1062 (org-src-tab-acts-natively t) 1062 (org-src-tab-acts-natively t)
1063 (org-src-fontify-natively t)
1064 (org-confirm-babel-evaluate nil)
1063 (org-hide-emphasis-markers t) 1065 (org-hide-emphasis-markers t)
1064 (org-fontify-done-headline t) 1066 (org-fontify-done-headline t)
1065 (org-fontify-whole-heading-line t) 1067 (org-fontify-whole-heading-line t)