mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Use melpa stable for Cider
This commit is contained in:
parent
d46be05bc4
commit
75ed841465
5
init.org
5
init.org
@ -149,7 +149,10 @@
|
||||
(setq package-archives
|
||||
'(("gnu" . "http://elpa.gnu.org/packages/")
|
||||
("org" . "http://orgmode.org/elpa/")
|
||||
("MELPA" . "http://melpa.milkbox.net/packages/")))
|
||||
("melpa" . "https://melpa.org/packages/")
|
||||
("melpa-stable" . "https://stable.melpa.org/packages/")))
|
||||
|
||||
(add-to-list 'package-pinned-packages '(cider . "melpa-stable") t)
|
||||
#+END_SRC
|
||||
|
||||
The configuration assumes that the packages listed below are
|
||||
|
Loading…
Reference in New Issue
Block a user