Update Erlang version

This commit is contained in:
Maciej 2019-05-17 09:30:01 +03:00
parent 60483d2c7b
commit 11a68c2616
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -1,8 +1,8 @@
;; Add erlang installation to load path ;; Add erlang installation to load path
(setq erlang-asdf-root "/Users/maciej/.asdf/installs/erlang/21.2.6/") (setq erlang-asdf-root "/Users/maciej/.asdf/installs/erlang/21.3.8/")
(setq load-path (setq load-path
(cons (format "%slib/tools-3.0.2/emacs" erlang-asdf-root) (cons (format "%slib/tools-3.1/emacs" erlang-asdf-root)
load-path)) load-path))
(require 'erlang-start) (require 'erlang-start)