diff options
Diffstat (limited to 'modules/wrap-up.el')
| -rw-r--r-- | modules/wrap-up.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/wrap-up.el b/modules/wrap-up.el index 93b74776..503d4a6b 100644 --- a/modules/wrap-up.el +++ b/modules/wrap-up.el @@ -2,7 +2,16 @@ ;; author Craig Jennings <c@cjennings.net> ;;; Commentary: - +;; +;; Layer: 2 (Core UX). +;; Category: S. +;; Load shape: eager. +;; Eager reason: runs end-of-startup cleanup, burying the scratch/dashboard +;; buffers via a short startup timer. +;; Top-level side effects: a one-shot startup timer that buries buffers. +;; Runtime requires: system-lib. +;; Direct test load: yes. +;; ;;; Code: (require 'system-lib) |
