Provide erlang language support
This commit is contained in:
parent
183b061351
commit
b476cda182
3 changed files with 43 additions and 0 deletions
13
modules/lang/erlang/packages.el
Normal file
13
modules/lang/erlang/packages.el
Normal file
|
@ -0,0 +1,13 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; private/erlang/packages.el
|
||||
|
||||
(package! erlang)
|
||||
|
||||
(when (featurep! :feature syntax-checker)
|
||||
(package! flycheck-rebar3))
|
||||
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-erlang-complete))
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-erlang))
|
Loading…
Add table
Add a link
Reference in a new issue