You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README: Add note on Transient 0.7.4 requirement for gptel
* README.org (Installation): Mention explicitly that Transient
0.7.4 or higher is required. This is a frequent issue because of
Emacs' reluctance to update built-in packages (#776).
This instruction should apply to Elpaca/Straight too, but I don't
know how to ensure that Transient is updated when using these
package managers. (A PR is welcome.)
Copy file name to clipboardExpand all lines: README.org
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,8 @@ gptel uses Curl if available, but falls back to the built-in url-retrieve to wor
169
169
170
170
** Installation
171
171
172
+
Note: gptel requires Transient 0.7.4 or higher. Transient is a built-in package and Emacs does not update it by default. Ensure that =package-install-upgrade-built-in= is true, or update Transient manually.
173
+
172
174
- *Release version*: =M-x package-install= ⏎ =gptel= in Emacs.
173
175
- *Development snapshot*: Add MELPA or NonGNU-devel ELPA to your list of package sources, then install with =M-x package-install= ⏎ =gptel=.
174
176
- *Optional:* Install =markdown-mode=.
@@ -183,6 +185,8 @@ gptel uses Curl if available, but falls back to the built-in url-retrieve to wor
183
185
#+html: <details><summary>
184
186
**** Manual
185
187
#+html: </summary>
188
+
Note: gptel requires Transient 0.7.4 or higher. Transient is a built-in package and Emacs does not update it by default. Ensure that =package-install-upgrade-built-in= is true, or update Transient manually.
189
+
186
190
Clone or download this repository and run =M-x package-install-file⏎= on the repository directory.
0 commit comments