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