keychain-environment
This commit is contained in:
parent
dbc0740a43
commit
fe09732b80
7
init.org
7
init.org
|
@ -222,6 +222,13 @@ Add package repositories and rank them by priority
|
||||||
(exec-path-from-shell-initialize)))
|
(exec-path-from-shell-initialize)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package keychain-environment
|
||||||
|
:straight t
|
||||||
|
:init
|
||||||
|
(keychain-refresh-environment))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package keychain-environment
|
(use-package keychain-environment
|
||||||
:straight t
|
:straight t
|
||||||
|
|
Loading…
Reference in a new issue