mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: set default for org-refile-targets
So org-refile can see your agenda files and files adjacent to the current one.
This commit is contained in:
@ -172,6 +172,9 @@ unfold to point on startup."
|
||||
'((?a . error)
|
||||
(?b . warning)
|
||||
(?c . success))
|
||||
org-refile-targets
|
||||
'((nil :maxlevel . 3)
|
||||
(org-agenda-files :maxlevel . 3))
|
||||
org-startup-folded t
|
||||
org-startup-indented t
|
||||
org-startup-with-inline-images nil
|
||||
|
Reference in New Issue
Block a user