mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
14 lines
291 B
EmacsLisp
14 lines
291 B
EmacsLisp
;; -*- 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))
|