2017-05-24 13:08:26 +03:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/elixir/packages.el
|
|
|
|
|
|
|
|
;; +elixir.el
|
|
|
|
(package! elixir-mode)
|
2018-02-20 04:49:17 -05:00
|
|
|
(package! alchemist :recipe
|
|
|
|
(:fetcher github
|
|
|
|
:repo "hlissner/alchemist.el"
|
|
|
|
:files (:defaults "*.exs" "alchemist-server")))
|
2017-05-24 13:08:26 +03:00
|
|
|
(package! ac-alchemist)
|