mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
lang/org: default org-refile targets to current buffer
This commit is contained in:
@ -102,9 +102,7 @@ path too.")
|
|||||||
'((?A . error)
|
'((?A . error)
|
||||||
(?B . warning)
|
(?B . warning)
|
||||||
(?C . success))
|
(?C . success))
|
||||||
org-refile-targets
|
org-refile-targets '((nil :maxlevel . 4))
|
||||||
'((nil :maxlevel . 3)
|
|
||||||
(org-agenda-files :maxlevel . 3))
|
|
||||||
org-startup-indented t
|
org-startup-indented t
|
||||||
org-tags-column -80
|
org-tags-column -80
|
||||||
org-use-sub-superscripts '{}
|
org-use-sub-superscripts '{}
|
||||||
|
Reference in New Issue
Block a user