So, to get syntax highlighting, lint and autocomplete, the packages we need are:
needed
erlang-mode distel popup company flycheck flycheck-tip company-distel
(setq load-path (cons (getenv "ERLANG_EMACS_TOOLS")
load-path))
(require 'erlang-start)
(use-package erlang
:ensure t)
;;(require 'distel)
;; (use-package company-distel
;; :ensure t
;; :init (add-to-list 'company-backends 'company-distel))
(provide 'erl)