2018-03-29 16:18:57 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; private/erlang/packages.el
|
|
|
|
|
|
|
|
(package! erlang)
|
|
|
|
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2018-03-29 16:18:57 -05:00
|
|
|
(package! flycheck-rebar3))
|
|
|
|
|
2020-01-14 19:09:38 -05:00
|
|
|
(when (and (featurep! :completion ivy)
|
|
|
|
(not (featurep! +lsp)))
|
2018-03-29 16:18:57 -05:00
|
|
|
(package! ivy-erlang-complete))
|
|
|
|
|
2020-01-14 19:09:38 -05:00
|
|
|
(when (and (featurep! :completion company)
|
|
|
|
(not (featurep! +lsp)))
|
2018-03-29 16:18:57 -05:00
|
|
|
(package! company-erlang))
|