From 4d692027106c9352b9d64206970006c6ac6ab743 Mon Sep 17 00:00:00 2001 From: benj Date: Tue, 13 Mar 2018 16:51:22 -0700 Subject: added behavior to pull keychain ssh-agent for key management --- init.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 79d9ecf..879325b 100644 --- a/init.el +++ b/init.el @@ -1,7 +1,3 @@ -;; Added by Package.el. This must come before configurations of -;; installed packages. Don't delete this line. If you don't want it, -;; just comment it out by adding a semicolon to the start of the line. -;; You may delete these explanatory comments. (package-initialize) ;; Suppress splash screen @@ -80,6 +76,7 @@ (require 'setup-flycheck) (require 'setup-haskell-mode) (require 'setup-ido) +(require 'setup-keychain-environment) (require 'setup-magit) (require 'setup-markdown-mode) (require 'setup-multiple-cursors) @@ -98,4 +95,5 @@ (put 'upcase-region 'disabled nil) (put 'narrow-to-region 'disabled nil) +(keychain-refresh-environment) ;;; init.el ends here -- cgit v1.2.3