lang/elixir: fix missing alchemist server (run.exs) #409
This commit is contained in:
parent
af5261cf6b
commit
60e14d01ec
1 changed files with 4 additions and 1 deletions
|
@ -3,5 +3,8 @@
|
|||
|
||||
;; +elixir.el
|
||||
(package! elixir-mode)
|
||||
(package! alchemist :recipe (:fetcher github :repo "hlissner/alchemist.el"))
|
||||
(package! alchemist :recipe
|
||||
(:fetcher github
|
||||
:repo "hlissner/alchemist.el"
|
||||
:files (:defaults "*.exs" "alchemist-server")))
|
||||
(package! ac-alchemist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue