aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-18 23:53:22 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-18 23:53:22 -0400
commit63089c4455328852aa21b664d26722e611b2ec49 (patch)
tree6557d6db525705d425f0838e6ef01fe5e1575cc6
parentFix orderless completion errors (diff)
downloadmmosmacs-63089c4455328852aa21b664d26722e611b2ec49.tar.gz
mmosmacs-63089c4455328852aa21b664d26722e611b2ec49.tar.bz2
mmosmacs-63089c4455328852aa21b664d26722e611b2ec49.zip
Start `org-mode` buffers with folded headings
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index dac5d04..3b2c2f1 100644
--- a/init.el
+++ b/init.el
@@ -550,7 +550,8 @@
550 :hook (org-mode . mm/org-mode-setup) 550 :hook (org-mode . mm/org-mode-setup)
551 :config 551 :config
552 (mm/org-font-setup) 552 (mm/org-font-setup)
553 (setq org-ellipsis " ►" 553 (setq org-startup-folded t
554 org-ellipsis " ►"
554 org-hide-leading-stars t 555 org-hide-leading-stars t
555 org-adapt-indentation t 556 org-adapt-indentation t
556 org-support-shift-select 'always 557 org-support-shift-select 'always