forked from colonelpanic/dotfiles
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")
|
||||
;; ("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)
|
||||
|
Loading…
Reference in New Issue
Block a user