[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/gptel 1f03655e2d 056/273: Add Doom Emacs installation inst
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/gptel 1f03655e2d 056/273: Add Doom Emacs installation instructions (#28) |
Date: |
Wed, 1 May 2024 10:01:41 -0400 (EDT) |
branch: elpa/gptel
commit 1f03655e2d4b9f759213294c14c1130f910c1c14
Author: AlessandroW <alessandro.wollek@tum.de>
Commit: GitHub <noreply@github.com>
Add Doom Emacs installation instructions (#28)
README: Add Doom Emacs installation instructions
---
README.org | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/README.org b/README.org
index 18f183ce06..c6ff2ffdac 100644
--- a/README.org
+++ b/README.org
@@ -31,6 +31,19 @@ Clone or download this repository and run =M-x
package-install-file⏎= on the r
Installing the =markdown-mode= package is optional.
+**** Doom Emacs
+In =packages.el=
+#+begin_src emacs-lisp
+(package! gptel)
+#+end_src
+
+In =config.el=
+#+begin_src emacs-lisp
+(use-package! gptel
+ :config
+ (setq! gptel-api-key "your key"))
+#+end_src
+
**** Spacemacs
After installation with =M-x package-install⏎= =gptel=
- [nongnu] elpa/gptel 87d9090b7a 036/273: gptel-curl: Fix process sentinel, (continued)
- [nongnu] elpa/gptel 87d9090b7a 036/273: gptel-curl: Fix process sentinel, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 552939b2f6 047/273: gptel: Fix free-variable error, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 30161850ad 032/273: gptel-transient: Allow setting num past messages to 0, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel d5ad620555 059/273: gptel-curl: process filter for streaming support, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 5a0deda7fc 065/273: gptel: Turn on streaming replies by default, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 937c754e57 076/273: gptel-transient: Add refactor transient, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 3d98ce8eee 099/273: gptel: Add new turbo 0613 models (#77), ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel b92fc389d7 105/273: gptel: Reduce verbosity of gptel--save-state, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 33d8434f3e 006/273: gptel: Tweak header line format, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel c2ad1c004d 054/273: Decode response body as utf-8 and then parse as json, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 1f03655e2d 056/273: Add Doom Emacs installation instructions (#28),
ELPA Syncer <=
- [nongnu] elpa/gptel 936c27e28b 058/273: gptel: Fix header-line-format update, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel acf12ee6e3 073/273: gptel: return the gptel buffer, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 706ad703db 090/273: gptel-transient: Allow arbitrary system prompts/directives, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel a5be53d5e3 084/273: gptel: Update version, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 0f161a466b 109/273: gptel: saving and restoring state for Markdown/Text, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 5c3b26aeec 138/273: gptel-curl: Tweak Curl arguments for windows, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 15404f639d 139/273: README: Update instructions for Azure (#147), ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel ddd69cbbcf 147/273: gptel-curl: Replace Curl timeout with speed-time, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 60cb406567 162/273: gptel: Improve documentation of gptel-send, ELPA Syncer, 2024/05/01
- [nongnu] elpa/gptel 8ec233d79c 174/273: gptel: Name gptel buffer according to backend, ELPA Syncer, 2024/05/01