From 635dc0f712d8b2a75d8ea1eb28caaf038ce34cb5 Mon Sep 17 00:00:00 2001 From: Steve Molitor Date: Sat, 30 Mar 2024 13:11:55 -0500 Subject: [PATCH] Reformat prompt / actions paragraph in README --- README.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 726c9a1..8a15663 100644 --- a/README.org +++ b/README.org @@ -319,7 +319,10 @@ The ~:grounding-fns~ option takes either a list of grounding functions that will be executed in order, or a single grounding function as shown above. ** A More Involved Example -The prompt or action options can do more than just operate on the selected region. For example, the ~robby-git-commit-message~ function invokes a shell command to get the list of staged changes in a git repository and generates a one-line git commit message: +The prompt or action options can do more than just operate on the +selected region. For example, the ~robby-git-commit-message~ function +invokes a shell command to get the list of staged changes in a git +repository and generates a one-line git commit message: #+begin_src emacs-lisp (cl-defun robby-get-prompt-from-git-diff (&key prompt-prefix &allow-other-keys)