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
|
||||
'(ace-jump-mode ack-and-a-half diminish elisp-slime-nav
|
||||
expand-region flycheck gist
|
||||
git-commit-mode gitconfig-mode gitignore-mode
|
||||
guru-mode helm helm-projectile
|
||||
magit magithub melpa
|
||||
rainbow-mode solarized-theme undo-tree
|
||||
volatile-highlights yasnippet zenburn-theme)
|
||||
expand-region flycheck gist
|
||||
git-commit-mode gitconfig-mode gitignore-mode
|
||||
guru-mode helm helm-projectile
|
||||
magit melpa
|
||||
rainbow-mode solarized-theme undo-tree
|
||||
volatile-highlights yasnippet zenburn-theme)
|
||||
"A list of packages to ensure are installed at launch.")
|
||||
|
||||
(defun prelude-packages-installed-p ()
|
||||
|
|
Loading…
Reference in a new issue