Move magithub configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-10 20:31:48 +02:00
parent 62ab686148
commit ed1a2a1a73
1 changed files with 2 additions and 1 deletions

View File

@ -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)