diff options
Diffstat (limited to 'modules/org-refile-config.el')
| -rw-r--r-- | modules/org-refile-config.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/org-refile-config.el b/modules/org-refile-config.el index 3c3cc7da..a6b7ac3a 100644 --- a/modules/org-refile-config.el +++ b/modules/org-refile-config.el @@ -1,6 +1,17 @@ ;;; org-refile-config.el --- Org Refile Customizations -*- lexical-binding: t; coding: utf-8; -*- ;; author: Craig Jennings <c@cjennings.net> ;;; Commentary: +;; +;; Layer: 3 (Domain Workflow). +;; Category: D/S. +;; Load shape: eager. +;; Eager reason: daily refile workflow; the user expects refile targets ready at +;; the first session. +;; Top-level side effects: an idle timer that builds the refile-target cache +;; (guarded; spec tracks the cache lifecycle). +;; Runtime requires: system-lib, cj-cache-lib. +;; Direct test load: yes. +;; ;; Configuration and custom functions for org-mode refiling. ;; ;; Performance: |
