add keychain for ssh-agent management

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-02 04:12:18 -04:00 committed by Alice Huston
parent c8879013ab
commit 7cf827f732
2 changed files with 5 additions and 0 deletions

View File

@ -17,3 +17,5 @@
(shell-command-to-string "cat /home/alice/.config/doom/wakatime"))
(setq! lsp-enable-suggest-server-download nil)
(keychain-refresh-environment)

View File

@ -57,6 +57,9 @@
(package! promela-mode
:recipe (:host github :repo "g15ecb/promela-mode" :files ("promela-mode.el")))
;; manages ssh-agent and gpg-agent configs
(package! keychain-environment)
;;(package! company-tabnine :recipe (:host github :repo "TommyX12/company-tabnine"))
(package! wakatime-mode)