Files
doomemacs/modules/lang/elixir/packages.el
Henrik Lissner 448bc5cae2 refactor: use negated flags
Ref: 7a806521a92c
2024-10-20 02:41:50 -04:00

9 lines
331 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/elixir/packages.el
;; +elixir.el
(package! elixir-mode :pin "00d6580a040a750e019218f9392cf9a4c2dac23a")
(package! exunit :pin "ee06b14b61beaf59d847802b83b027ac991f3496")
(when (modulep! :checkers syntax -flymake)
(package! flycheck-credo :pin "e285bd042a535d0f13e0b4c5226df404cdda4033"))