doomemacs/modules/lang/erlang/packages.el

12 lines
387 B
EmacsLisp
Raw Normal View History

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