diff options
author | Case Duckworth | 2022-01-02 10:00:53 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-02 10:00:53 -0600 |
commit | 549e22e15dc62158acf46f1d0299acc0214c04fe (patch) | |
tree | ceea6f89098e04f68ee5989806b18ad93c516607 /init.el | |
parent | Change org-visibility path (diff) | |
download | emacs-549e22e15dc62158acf46f1d0299acc0214c04fe.tar.gz emacs-549e22e15dc62158acf46f1d0299acc0214c04fe.zip |
Add keychain-environment
This requires "keychain" to be installed.
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 93a546d..a1efcaf 100644 --- a/init.el +++ b/init.el | |||
@@ -792,6 +792,10 @@ See also `crux-reopen-as-root-mode'." | |||
792 | (define-key isearch-mb-minibuffer-map (kbd key) command))))))) | 792 | (define-key isearch-mb-minibuffer-map (kbd key) command))))))) |
793 | (isearch-mb-mode +1)) | 793 | (isearch-mb-mode +1)) |
794 | 794 | ||
795 | (setup (:straight-when keychain-environment | ||
796 | (executable-find "keychain")) | ||
797 | (keychain-refresh-environment)) | ||
798 | |||
795 | (setup (:straight lacarte) | 799 | (setup (:straight lacarte) |
796 | (:+key "<f10>" #'lacarte-execute-menu-command)) | 800 | (:+key "<f10>" #'lacarte-execute-menu-command)) |
797 | 801 | ||