It's redundant with company-erlang, which uses ivy-erlang-complete as a backend anyhow. Fixes #2786
9 lines
297 B
EmacsLisp
9 lines
297 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; private/erlang/packages.el
|
|
|
|
(package! erlang :pin "3065fbf434")
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-rebar3 :pin "3cca1268c5"))
|
|
(unless (featurep! +lsp)
|
|
(when (featurep! :completion company)
|
|
(package! company-erlang :pin "bc0524a16f")))
|