Skip to content

Commit

Permalink
Small fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
edelvalle committed Nov 25, 2017
1 parent fb53012 commit d6d9e05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions super_elixir.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
// Used to get the `PYTHONPATH`.
// You can set a path to your python interpreter,
// for example `/home/user/.virtualenvs/myenv/bin/python)`.
// Where is the elixir command located.
"elixir_interpreter": "elixir",

// "debug", "error", "info", "warn"
Expand Down
1 change: 0 additions & 1 deletion super_elixir/sense_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def set_context(self, env, cwd):
return self._send_request('set_context', env=env, cwd=cwd)



# code = """
# defmodule MyModule do
# alias List, as: MyList
Expand Down

0 comments on commit d6d9e05

Please sign in to comment.