[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient 314f9863d0 3/8: manual: Document transient-sa
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient 314f9863d0 3/8: manual: Document transient-save-history |
Date: |
Fri, 6 Dec 2024 17:05:57 -0500 (EST) |
branch: externals/transient
commit 314f9863d0a2c77a7141e15c193eb0c0590b32bd
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
manual: Document transient-save-history
---
docs/transient.org | 5 +++++
docs/transient.texi | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/docs/transient.org b/docs/transient.org
index 26ff5fab62..de475aab5f 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -294,6 +294,11 @@ read the same kind of value to also use the same history
key (see
Both kinds of history are saved to a file when Emacs is exited.
+- User Option: transient-save-history ::
+
+ This option controls whether the history of transient commands is
+ saved when exiting Emacs.
+
- User Option: transient-history-file ::
This option names the file that is used to persist the history of
diff --git a/docs/transient.texi b/docs/transient.texi
index b9331ec63e..33be8f44e4 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -437,6 +437,11 @@ read the same kind of value to also use the same history
key (see
Both kinds of history are saved to a file when Emacs is exited.
+@defopt transient-save-history
+This option controls whether the history of transient commands is
+saved when exiting Emacs.
+@end defopt
+
@defopt transient-history-file
This option names the file that is used to persist the history of
transients and their infixes between Emacs sessions.
- [elpa] externals/transient updated (c9d46a40ee -> 005e50bf46), Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient 314f9863d0 3/8: manual: Document transient-save-history,
Jonas Bernoulli <=
- [elpa] externals/transient fbd6aade63 6/8: Update some doc-strings, Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient 3771e1d58c 5/8: transient-default-value: Remove transient-suffix method, Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient 2f76ce107c 2/8: manual: Document in transient-show-common-commands "Essential Options", Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient 8e1cf1ed16 1/8: manual: Move two more options to "Essential Options", Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient eff2245b73 4/8: Never use cl-defgeneric to define the default method, Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient fe5fd3904f 7/8: Update manual, Jonas Bernoulli, 2024/12/06
- [elpa] externals/transient 005e50bf46 8/8: Release version 0.8.0, Jonas Bernoulli, 2024/12/06