diff options
Diffstat (limited to 'modules/org-babel-config.el')
| -rw-r--r-- | modules/org-babel-config.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/org-babel-config.el b/modules/org-babel-config.el index b3a3036a..821403a0 100644 --- a/modules/org-babel-config.el +++ b/modules/org-babel-config.el @@ -2,6 +2,16 @@ ;; author: Craig Jennings <c@cjennings.net> ;;; Commentary: +;; +;; Layer: 3 (Domain Workflow). +;; Category: D/P. +;; Load shape: eager. +;; Eager reason: none necessary; Babel language setup belongs after Org loads +;; (after-load deferral candidate). +;; Top-level side effects: one global key, package configuration via use-package. +;; Runtime requires: none (configures packages via use-package). +;; Direct test load: yes. +;; ;; All Org-Babel and Org-Tempo Packages, Settings, and Languages. ;;; Code: |
