doomemacs/modules/lang/elixir/packages.el

9 lines
236 B
EmacsLisp
Raw Normal View History

2017-05-24 18:08:26 +08:00
;; -*- no-byte-compile: t; -*-
;;; lang/elixir/packages.el
;; +elixir.el
(package! elixir-mode :pin "231291ecad")
(package! alchemist :pin "6f99367511")
(when (featurep! :checkers syntax)
(package! flycheck-credo :pin "e88f11ead5"))