From ed1a2a1a7360b28e83b7cb6d088b847bb08f31ad Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 10 Oct 2016 20:31:48 +0200 Subject: [PATCH] Move magithub configuration to use-package --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 9f9dfbc..92cbfcf 100644 --- a/init.el +++ b/init.el @@ -192,7 +192,6 @@ (require 'helm-config) (require 'xlicense) (require 'linum) -(require 'magithub) (require 'origami) ;; Whitespace mode @@ -252,6 +251,8 @@ :bind (("C-x g" . magit-status))) +(use-package magithub) + (use-package ag :bind (("C-x M-a" . ag)