mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
9 lines
181 B
EmacsLisp
9 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))
|