Disable org-startup-folded

This commit is contained in:
Ivan Malison 2016-08-17 14:59:25 -07:00
parent 52ff09d90e
commit 7f5c885fef
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1316,7 +1316,7 @@ whenever there is an error.
:preface :preface
(progn (progn
(defvar-setq org-startup-indented nil) (defvar-setq org-startup-indented nil)
(defvar-setq org-startup-folded t) (defvar-setq org-startup-folded nil)
(defvar-setq org-edit-src-content-indentation 0) (defvar-setq org-edit-src-content-indentation 0)
(defvar-setq org-src-preserve-indentation t) (defvar-setq org-src-preserve-indentation t)
(defvar-setq org-directory "~/Dropbox/org") (defvar-setq org-directory "~/Dropbox/org")