2018-03-29 16:18:57 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; private/erlang/packages.el
|
|
|
|
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! erlang :pin "c15eb5fdf7")
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! flycheck-rebar3 :pin "3cca1268c5"))
|
2020-01-14 22:32:11 -05:00
|
|
|
(unless (featurep! +lsp)
|
|
|
|
(when (featurep! :completion ivy)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! ivy-erlang-complete :pin "7d60ed111d"))
|
2020-01-14 22:32:11 -05:00
|
|
|
(when (featurep! :completion company)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! company-erlang :pin "bc0524a16f")))
|