Merge pull request #1779 from jakecoble/develop

Use org-startup-indented instead of mode hook
This commit is contained in:
Henrik Lissner 2019-09-12 17:26:12 -04:00 committed by GitHub
commit a217b0132e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@
org-refile-targets
'((nil :maxlevel . 3)
(org-agenda-files :maxlevel . 3))
org-startup-indented t
org-todo-keywords
'((sequence "TODO(t)" "PROJ(p)" "|" "DONE(d)")
(sequence "[ ](T)" "[-](P)" "[?](M)" "|" "[X](D)")
@ -813,7 +814,6 @@ compelling reason, so..."
(add-hook! 'org-mode-hook
#'org-bullets-mode ; "prettier" bullets
#'org-indent-mode ; margin-based indentation
#'toc-org-enable ; auto-table of contents
#'auto-fill-mode ; hard line wrapping
;; `show-paren-mode' causes flickering with indentation margins made by