[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/shell-command+ e35e1ce 3/5: updated commentary section
From: |
Stefan Monnier |
Subject: |
[elpa] externals/shell-command+ e35e1ce 3/5: updated commentary section |
Date: |
Sun, 27 Sep 2020 12:03:08 -0400 (EDT) |
branch: externals/shell-command+
commit e35e1ceee49d00b9581c09a77e0e39d27efcd53f
Author: Philip K <philipk@posteo.net>
Commit: Philip K <philipk@posteo.net>
updated commentary section
---
shell-command+.el | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/shell-command+.el b/shell-command+.el
index 1a76f7b..8b3036f 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -17,7 +17,10 @@
;;; Commentary:
;;
;; `shell-command+' is a `shell-command' substitute, that extends the
-;; regular Emacs command with several features.
+;; regular Emacs command with several features. After installed,
+;; configure the package as follows:
+;;
+;; (global-set-key (kbd "M-!") #'shell-command+)
;;
;; A few examples of what `shell-command+' can do:
;;
@@ -42,8 +45,11 @@
;;
;; ... make
;;
-;; Run Eshell's make (i.e. `compile') in the parent's parent
+;; Run Eshell's make (via `compile') in the parent's parent
;; directory.
+;;
+;; See `shell-command+'s docstring for more details on how it's input
+;; is interpreted..
(eval-when-compile (require 'rx))
(require 'eshell)