Skip to content

Commit 85edb26

Browse files
committed
emacs: Stop loading work github env vars
1 parent 324bd98 commit 85edb26

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

emacs/cfclrk/init.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,7 @@
346346
:repo "cfclrk/environ"
347347
:depth nil)
348348
:config
349-
(setq environ-dir (expand-file-name "~/.env/"))
350-
(environ-set-file (expand-file-name "github-work" environ-dir)))
349+
(setq environ-dir (expand-file-name "~/.env/")))
351350

352351
;;;; fish
353352

@@ -408,8 +407,6 @@
408407
gptel-model 'gpt-4o
409408
gptel-backend (gptel-make-gh-copilot "Copilot")))
410409

411-
;; gptel-api-key (cadar (environ-read-file (expand-file-name "~/.env/openai")))
412-
413410
;;;; graphql-mode
414411

415412
(use-package graphql-mode

0 commit comments

Comments
 (0)