Add keychain-environment

This requires "keychain" to be installed.
This commit is contained in:
Case Duckworth 2022-01-02 10:00:53 -06:00
parent 299e3f6338
commit 549e22e15d
1 changed files with 4 additions and 0 deletions

View File

@ -792,6 +792,10 @@ See also `crux-reopen-as-root-mode'."
(define-key isearch-mb-minibuffer-map (kbd key) command)))))))
(isearch-mb-mode +1))
(setup (:straight-when keychain-environment
(executable-find "keychain"))
(keychain-refresh-environment))
(setup (:straight lacarte)
(:+key "<f10>" #'lacarte-execute-menu-command))