Skip to content

Commit

Permalink
Add melpa-stable, and pin cider to it
Browse files Browse the repository at this point in the history
  • Loading branch information
markhepburn committed Jan 5, 2016
1 parent a545152 commit 2163a1f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions init.el
Expand Up @@ -40,10 +40,13 @@ subdirectories of other projects. Defaults to the directory
ad-do-it))

(setq package-archives
'(("gnu" . "http://elpa.gnu.org/packages/")
("melpa" . "http://melpa.org/packages/")
("marmalade" . "http://marmalade-repo.org/packages/")
("org" . "http://orgmode.org/elpa/")))
'(("gnu" . "https://elpa.gnu.org/packages/")
("melpa" . "https://melpa.org/packages/")
("melpa-stable" . "https://stable.melpa.org/packages/")
("marmalade" . "https://marmalade-repo.org/packages/")))

(setq package-pinned-packages
'((cider . "melpa-stable")))

;; My installed package list:
(setq *mh/packages*
Expand Down

0 comments on commit 2163a1f

Please sign in to comment.