summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-01-02 10:00:53 -0600
committerCase Duckworth2022-01-02 10:00:53 -0600
commit549e22e15dc62158acf46f1d0299acc0214c04fe (patch)
treeceea6f89098e04f68ee5989806b18ad93c516607
parentChange org-visibility path (diff)
downloademacs-549e22e15dc62158acf46f1d0299acc0214c04fe.tar.gz
emacs-549e22e15dc62158acf46f1d0299acc0214c04fe.zip
Add keychain-environment
This requires "keychain" to be installed.
-rw-r--r--init.el4
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