8 lines
181 B
EmacsLisp
8 lines
181 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/elixir/packages.el
|
|
|
|
;; +elixir.el
|
|
(package! elixir-mode)
|
|
(package! alchemist)
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-credo))
|