Add melpa-stable and pin ensime to it
This commit is contained in:
parent
a289fcc49e
commit
e6a24e8d9b
@ -121,7 +121,8 @@ These definitions silence the byte-compiler
|
|||||||
'(("elpa" "tromey.com/elpa/" "http")
|
'(("elpa" "tromey.com/elpa/" "http")
|
||||||
;; ("marmalade" "marmalade-repo.org/packages/") (ref:marmalade)
|
;; ("marmalade" "marmalade-repo.org/packages/") (ref:marmalade)
|
||||||
("org" "orgmode.org/elpa/" "http") (ref:org setup)
|
("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)
|
(defun imalison:add-package-archive (archive-name archive-uri)
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
@ -2466,6 +2467,7 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
|
|||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(when (use-package ensime
|
(when (use-package ensime
|
||||||
|
:pin melpa-stable
|
||||||
:bind (:map ensime-mode-map
|
:bind (:map ensime-mode-map
|
||||||
("M-," . ensime-pop-find-definition-stack))
|
("M-," . ensime-pop-find-definition-stack))
|
||||||
:commands ensime-mode)
|
:commands ensime-mode)
|
||||||
|
Loading…
Reference in New Issue
Block a user