summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorbenj <benj@rse8.com>2018-03-13 16:51:22 -0700
committerbenj <benj@rse8.com>2018-03-13 16:51:22 -0700
commit4d692027106c9352b9d64206970006c6ac6ab743 (patch)
tree670cb086b20f8db9ee89e988b9c26ce0a8753ff3 /init.el
parent1a2ebed641cee8f1bff33bb9c996b45d4451c3d9 (diff)
downloademacs-4d692027106c9352b9d64206970006c6ac6ab743.tar
emacs-4d692027106c9352b9d64206970006c6ac6ab743.tar.gz
emacs-4d692027106c9352b9d64206970006c6ac6ab743.tar.bz2
emacs-4d692027106c9352b9d64206970006c6ac6ab743.tar.lz
emacs-4d692027106c9352b9d64206970006c6ac6ab743.tar.xz
emacs-4d692027106c9352b9d64206970006c6ac6ab743.tar.zst
emacs-4d692027106c9352b9d64206970006c6ac6ab743.zip
added behavior to pull keychain ssh-agent for key management
Diffstat (limited to '')
-rw-r--r--init.el6
1 files changed, 2 insertions, 4 deletions
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