Provide erlang language support

This commit is contained in:
Paul Schoenfelder 2018-03-29 16:18:57 -05:00
parent 183b061351
commit b476cda182
3 changed files with 43 additions and 0 deletions

View 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))