2017-05-24 13:08:26 +03:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/elixir/packages.el
|
|
|
|
|
|
|
|
;; +elixir.el
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! elixir-mode :pin "231291ecad")
|
|
|
|
(package! alchemist :pin "6f99367511")
|
2020-01-14 08:53:30 +01:00
|
|
|
(when (featurep! :checkers syntax)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! flycheck-credo :pin "e88f11ead5"))
|