Remove poorly supported magithub package
This commit is contained in:
parent
432e602977
commit
b46ec6dad3
1 changed files with 6 additions and 6 deletions
|
@ -41,12 +41,12 @@
|
||||||
|
|
||||||
(defvar prelude-packages
|
(defvar prelude-packages
|
||||||
'(ace-jump-mode ack-and-a-half diminish elisp-slime-nav
|
'(ace-jump-mode ack-and-a-half diminish elisp-slime-nav
|
||||||
expand-region flycheck gist
|
expand-region flycheck gist
|
||||||
git-commit-mode gitconfig-mode gitignore-mode
|
git-commit-mode gitconfig-mode gitignore-mode
|
||||||
guru-mode helm helm-projectile
|
guru-mode helm helm-projectile
|
||||||
magit magithub melpa
|
magit melpa
|
||||||
rainbow-mode solarized-theme undo-tree
|
rainbow-mode solarized-theme undo-tree
|
||||||
volatile-highlights yasnippet zenburn-theme)
|
volatile-highlights yasnippet zenburn-theme)
|
||||||
"A list of packages to ensure are installed at launch.")
|
"A list of packages to ensure are installed at launch.")
|
||||||
|
|
||||||
(defun prelude-packages-installed-p ()
|
(defun prelude-packages-installed-p ()
|
||||||
|
|
Loading…
Reference in a new issue