doomemacs/modules/lang/erlang/packages.el

16 lines
364 B
EmacsLisp
Raw Normal View History

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