Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Auto-install evil-nerd-commenter, and pin
Browse files Browse the repository at this point in the history
Pinned to Marmalade to provide parity with evil.
  • Loading branch information
bradwright committed Aug 14, 2013
1 parent 56ef147 commit 900498d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions init-packaging.el
Expand Up @@ -19,6 +19,7 @@
eproject
evil
evil-leader
evil-nerd-commenter
expand-region
flx-ido ;; flx is included as a dependency
flymake-cursor
Expand Down Expand Up @@ -55,13 +56,14 @@
;; Blacklist some non-melpa packages
(setq package-archive-exclude-alist
'(("melpa"
ack-and-a-half ;; not updated in ages
diminish ;; not updated in ages
evil ;; want stable version
flymake-cursor ;; Melpa version is on wiki
idomenu ;; not updated in ages
json-mode ;; not on Melpa
melpa ;; don't want to self-host this
ack-and-a-half ;; not updated in ages
diminish ;; not updated in ages
evil ;; want stable version
evil-nerd-commenter ;; want stable version
flymake-cursor ;; Melpa version is on wiki
idomenu ;; not updated in ages
json-mode ;; not on Melpa
melpa ;; don't want to self-host this
)))

;;; ELPA directory structure and loading
Expand Down

0 comments on commit 900498d

Please sign in to comment.