2018-03-29 16:18:57 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; private/erlang/packages.el
|
|
|
|
|
|
|
|
(package! erlang)
|
|
|
|
|
2019-02-22 00:20:29 -05:00
|
|
|
(when (featurep! :tools flycheck)
|
2018-03-29 16:18:57 -05:00
|
|
|
(package! flycheck-rebar3))
|
|
|
|
|
|
|
|
(when (featurep! :completion ivy)
|
|
|
|
(package! ivy-erlang-complete))
|
|
|
|
|
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! company-erlang))
|