diff --git a/init.org b/init.org index 48b51a5..912fd9b 100644 --- a/init.org +++ b/init.org @@ -222,6 +222,13 @@ Add package repositories and rank them by priority (exec-path-from-shell-initialize))) #+end_src + #+begin_src emacs-lisp + (use-package keychain-environment + :straight t + :init + (keychain-refresh-environment)) + #+end_src + #+begin_src emacs-lisp (use-package keychain-environment :straight t