mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-24 19:01:09 -08:00
8 lines
189 B
EmacsLisp
8 lines
189 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/elixir/packages.el
|
|
|
|
;; +elixir.el
|
|
(package! elixir-mode)
|
|
(package! alchemist)
|
|
(when (featurep! :feature syntax-checker)
|
|
(package! flycheck-credo))
|