doomemacs/modules/lang/elixir/packages.el

9 lines
181 B
EmacsLisp
Raw Normal View History

2017-05-24 13:08:26 +03:00
;; -*- no-byte-compile: t; -*-
;;; lang/elixir/packages.el
;; +elixir.el
(package! elixir-mode)
(package! alchemist)
(when (featurep! :tools flycheck)
(package! flycheck-credo))