Browse Source

Stop hiding org source blocks at startup

nixos
Maxime Wack 3 years ago
parent
commit
8e66998093
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .emacs

+ 1
- 1
.emacs View File

@@ -1233,7 +1233,7 @@ APPEND is whether to add new events to the diary or to reset it"
org-startup-indented t
org-startup-truncated t
org-hide-emphasis-markers t
org-hide-block-startup t
org-hide-block-startup nil
;; Org sub/superscript behavior
org-use-sub-superscripts '{}
org-export-with-sub-superscripts '{}


Loading…
Cancel
Save