doomemacs/modules/lang/erlang/packages.el
2018-04-06 18:36:00 -05:00

14 lines
291 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; private/erlang/packages.el
(package! erlang)
(when (featurep! :feature syntax-checker)
(package! flycheck-rebar3))
(when (featurep! :completion ivy)
(package! ivy-erlang-complete))
(when (featurep! :completion company)
(package! company-erlang))