Add company C-p and C-n bindings

This commit is contained in:
Maciej 2019-07-05 10:39:51 +03:00
parent 2a63e5f9e5
commit cebb82f39e
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
3 changed files with 8 additions and 9 deletions

View file

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