Add secrets file
All checks were successful
/ Test config on 20 (push) Successful in 22s

This commit is contained in:
Maciej 2026-04-29 11:44:16 +03:00
parent e7d2eb2271
commit ad216be727
Signed by: maciej
GPG key ID: 28243AF437E32F99
4 changed files with 15 additions and 20 deletions

View file

@ -26,8 +26,8 @@
(time-subtract after-init-time before-init-time)))
gcs-done)))
;; set path for native compilation to work
(setenv "PATH" "/Users/maciej/.local/share/zinit/polaris/bin:/Users/maciej/.asdf/shims:/Users/maciej/.local/bin:/Users/maciej/.opam/default/bin:/Users/maciej/.go/bin:/Users/maciej/.elan/bin:/opt/homebrew/opt/postgresql@17/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/MacGPG2/bin:/usr/local/share/dotnet:/Users/maciej/.dotnet/tools:/Applications/Postgres.app/Contents/Versions/latest/bin:/Applications/kitty.app/Contents/MacOS")
(setq exec-path (split-string (getenv "PATH") path-separator))
;; Load secrets file before doing anything else:
(let ((secrets-file (concat user-emacs-directory "icejam-secrets.el")))
(when (file-exists-p secrets-file)
(load secrets-file)))
;;; early-init.el ends here