mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/elixir: fix missing alchemist server (run.exs) #409
This commit is contained in:
@ -3,5 +3,8 @@
|
|||||||
|
|
||||||
;; +elixir.el
|
;; +elixir.el
|
||||||
(package! elixir-mode)
|
(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)
|
(package! ac-alchemist)
|
||||||
|
Reference in New Issue
Block a user