Add company C-p and C-n bindings
This commit is contained in:
parent
2a63e5f9e5
commit
cebb82f39e
3 changed files with 8 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue