Closed zarkone closed 9 years ago
Hi @zarkone
The alchemist-goto-elixir-source-dir
variable should contain a path like the following which holds the elixir src:
The alchemist-goto-erlang-source-dir
variable should contain a path like the following which holds the erlang src:
Thanks!
Hi @tonini / @zarkone, Is this any different for Spacemacs? I have the elixir repo 1.4 cloned under "/usr/local/elixir-src" and have this setting in my .spacemacs file:
(setq alchemist-goto-elixir-source-dir "/usr/local/elixir-src/")
However, even with this configuration, when I place my cursor on top of "map" in Enum.map in an Elixir file, and hit
Any idea where I am going wrong here? Thanks in advance.
Hello! Thanks for awesome mode, looks great! I've got completion working out of the box, just after installing
company-mode
, but I can'tM-.
to the sources of e.g.List.flatten
So, I
git clone <github elixir repo>
to/usr/local/src/
. What value should Iset
to this vars?Same question for Erlang, I've installed erlang-src in Debian and found:
Looks like a little bit dump question, but i've tried different values with no result, always getting
Don't know how to find: List.flatten