diff options
Diffstat (limited to 'modules/dwim-shell-config.el')
| -rw-r--r-- | modules/dwim-shell-config.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/dwim-shell-config.el b/modules/dwim-shell-config.el index 046a7e63..83f1d4a2 100644 --- a/modules/dwim-shell-config.el +++ b/modules/dwim-shell-config.el @@ -2,6 +2,15 @@ ;; ;;; Commentary: ;; +;; Layer: 3 (Domain Workflow). +;; Category: D/P. +;; Load shape: eager. +;; Eager reason: none; Dired/Dirvish shell commands, a command-loaded deferral +;; candidate. +;; Top-level side effects: package configuration via use-package. +;; Runtime requires: cl-lib. +;; Direct test load: yes. +;; ;; This module provides a collection of DWIM (Do What I Mean) shell commands ;; for common file operations in Dired and other buffers. It leverages the ;; `dwim-shell-command' package to execute shell commands on marked files |
