doomemacs/modules/lang/elixir/packages.el
Christian Kruse 5276762daa Update feature check of flycheck in elixir mode
This patch updates the check for enabling flycheck bindings to the new
module location.
2020-01-14 08:53:30 +01:00

8 lines
182 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/elixir/packages.el
;; +elixir.el
(package! elixir-mode)
(package! alchemist)
(when (featurep! :checkers syntax)
(package! flycheck-credo))