summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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