diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-18 23:53:22 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-18 23:53:22 -0400 |
commit | 63089c4455328852aa21b664d26722e611b2ec49 (patch) | |
tree | 6557d6db525705d425f0838e6ef01fe5e1575cc6 /init.el | |
parent | Fix orderless completion errors (diff) | |
download | mmosmacs-63089c4455328852aa21b664d26722e611b2ec49.tar.gz mmosmacs-63089c4455328852aa21b664d26722e611b2ec49.tar.bz2 mmosmacs-63089c4455328852aa21b664d26722e611b2ec49.zip |
Start `org-mode` buffers with folded headings
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |