Untitled

Run Settings
LanguageElixir
Language Version
Run Command
defmodule Main do use MacroTime, foo: "bar" end Main.from_opts
defmodule MacroTime do defmacro __using__(opts) do quote bind_quoted: [opts: opts] do def from_opts do IO.puts(opts[:foo]) end end end end
Editor Settings
Theme
Key bindings
Full width
Lines