From fa185430efa94f1493989c770a20ca11e2026225 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 5 Jun 2016 13:41:58 -0700 Subject: [PATCH] add github packages --- dotfiles/emacs.d/init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index bb55fe47..69c114eb 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -747,6 +747,13 @@ buffer is not visiting a file." (interactive) (gitolite-clone-get-projects nil nil t)))) +(use-package github-clone + :demand t) + +(use-package github-notifier + :disabled t + :config (github-notifier-mode)) + (use-package magit :commands magit-status :bind (("C-x g" . magit-status))