We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324bd98 commit 85edb26Copy full SHA for 85edb26
1 file changed
emacs/cfclrk/init.el
@@ -346,8 +346,7 @@
346
:repo "cfclrk/environ"
347
:depth nil)
348
:config
349
- (setq environ-dir (expand-file-name "~/.env/"))
350
- (environ-set-file (expand-file-name "github-work" environ-dir)))
+ (setq environ-dir (expand-file-name "~/.env/")))
351
352
;;;; fish
353
@@ -408,8 +407,6 @@
408
407
gptel-model 'gpt-4o
409
gptel-backend (gptel-make-gh-copilot "Copilot")))
410
411
-;; gptel-api-key (cadar (environ-read-file (expand-file-name "~/.env/openai")))
412
-
413
;;;; graphql-mode
414
415
(use-package graphql-mode
0 commit comments