PIN ALL THE PACKAGES
This commit is contained in:
parent
f3a9d0c03c
commit
4cc14389e8
124 changed files with 515 additions and 489 deletions
|
@ -1,15 +1,11 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; private/erlang/packages.el
|
||||
|
||||
(package! erlang)
|
||||
|
||||
(package! erlang :pin "cf6cf5e5f82e348ecb9bb02d70027fc4961aee3d")
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-rebar3))
|
||||
|
||||
(when (and (featurep! :completion ivy)
|
||||
(not (featurep! +lsp)))
|
||||
(package! ivy-erlang-complete))
|
||||
|
||||
(when (and (featurep! :completion company)
|
||||
(not (featurep! +lsp)))
|
||||
(package! company-erlang))
|
||||
(package! flycheck-rebar3 :pin "3cca1268c54643204b5bae52e3f0bf5bc921018c"))
|
||||
(unless (featurep! +lsp)
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-erlang-complete :pin "7d60ed111dbfd34ab6ec1b07c06e2d16a5380b9a"))
|
||||
(when (featurep! :completion company)
|
||||
(package! company-erlang :pin "bc0524a16f17b66c7397690e4ca0e004f09ea6c5")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue