aboutsummaryrefslogtreecommitdiff
path: root/modules/prog-go.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/prog-go.el')
-rw-r--r--modules/prog-go.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/prog-go.el b/modules/prog-go.el
index 0d271617..0edfc206 100644
--- a/modules/prog-go.el
+++ b/modules/prog-go.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; currently eager but should load by Go major
+;; mode (Phase 6 deferral candidate).
+;; Top-level side effects: package configuration via use-package (hooks via :hook).
+;; Runtime requires: none (configures packages via use-package).
+;; Direct test load: yes.
+;;
;; Configuration for Go programming using go-ts-mode (tree-sitter based).
;; Requires go-mode package for gofmt and related commands.
;;