diff options
Diffstat (limited to 'modules/eshell-config.el')
| -rw-r--r-- | modules/eshell-config.el | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/eshell-config.el b/modules/eshell-config.el index 4d180d1c..64bc88c6 100644 --- a/modules/eshell-config.el +++ b/modules/eshell-config.el @@ -2,7 +2,15 @@ ;; author Craig Jennings <c@cjennings.net> ;;; Commentary: - +;; +;; Layer: 3 (Domain Workflow). +;; Category: D/P. +;; Load shape: eager. +;; Eager reason: none; shell/REPL, a command/hook-loaded deferral candidate. +;; Top-level side effects: one add-hook, one advice-add, package config. +;; Runtime requires: system-utils. +;; Direct test load: yes. +;; ;; ESHELL ;; - Eshell is useful as a REPL ;; - Redirect to the kill ring : ls > /dev/kill |
