From b1507233c7f70f32ceff5f7b39a0d45c85821414 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 5 Apr 2016 22:10:48 -0700 Subject: disable org-startup-folded :O --- .emacs.d/init-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init-org.el b/.emacs.d/init-org.el index 4dc1a814..f53ccb4a 100644 --- a/.emacs.d/init-org.el +++ b/.emacs.d/init-org.el @@ -112,7 +112,7 @@ org-archive-save-context-info '(time file olpath) org-archive-location "~/doc/org/archive/archive.org::* From %s" org-cycle-global-at-bob t - org-startup-folded t + org-startup-folded nil ;; using indirect buffers for DnD and for now want them in their own ;; frames (use C-u) -- cgit v1.2.3