Hide code blocks at startup

This commit is contained in:
Marcus Kammer 2024-08-02 17:49:00 +02:00
parent 635172f6e9
commit a1f92c62a5

View file

@ -14,7 +14,7 @@
(setq org-capture-templates '()) (setq org-capture-templates '())
:custom :custom
(abbrev-suggest t) (abbrev-suggest t)
(org-hide-block-startup nil) (org-hide-block-startup t)
(org-hide-emphasis-markers nil) (org-hide-emphasis-markers nil)
(org-default-notes-file "notes.org") (org-default-notes-file "notes.org")
(org-insert-mode-line-in-empty-file t) (org-insert-mode-line-in-empty-file t)