summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.org b/README.org
index 94f3444..6cc7097 100644
--- a/README.org
+++ b/README.org
@@ -616,6 +616,16 @@ non-quitting version as follows:
(embark-act)))
#+end_src
+** Recording acted-on minibuffer candidates in minibuffer history
+
+Confirming minibuffer input with =RET= records the selected candidate in
+the appropriate history list. The user option
+=embark-record-minibuffer-history= controls how Embark records acted-on
+candidates. This option accepts three kinds of values: =t= (always
+record), =nil= (never record), or =(skip ACTIONS...)= to record for
+everything except the listed actions. The default is a =skip= form that
+excludes meta commands such as =embark-export=.
+
** Running some setup after injecting the target
You can customize what happens after the target is inserted at the