Add melpa-stable and pin ensime to it

This commit is contained in:
Ivan Malison 2016-07-09 00:47:36 -07:00
parent a289fcc49e
commit e6a24e8d9b
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -121,7 +121,8 @@ These definitions silence the byte-compiler
'(("elpa" "tromey.com/elpa/" "http")
;; ("marmalade" "marmalade-repo.org/packages/") (ref:marmalade)
("org" "orgmode.org/elpa/" "http") (ref:org setup)
("melpa" "melpa.org/packages/" nil)))
("melpa" "melpa.org/packages/" nil)
("melpa-stable" "http://stable.melpa.org/packages/" nil)))
(defun imalison:add-package-archive (archive-name archive-uri)
(add-to-list 'package-archives
@ -2466,6 +2467,7 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
:config
(progn
(when (use-package ensime
:pin melpa-stable
:bind (:map ensime-mode-map
("M-," . ensime-pop-find-definition-stack))
:commands ensime-mode)