Use org-startup-indented instead of mode hook
This commit is contained in:
parent
a16838b7c2
commit
d3b1ef72c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue