11 lines
387 B
EmacsLisp
11 lines
387 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; private/erlang/packages.el
|
|
|
|
(package! erlang :pin "c15eb5fdf7")
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-rebar3 :pin "3cca1268c5"))
|
|
(unless (featurep! +lsp)
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-erlang-complete :pin "7d60ed111d"))
|
|
(when (featurep! :completion company)
|
|
(package! company-erlang :pin "bc0524a16f")))
|