@bill.c @gon782 My jump to definition also seems broken, but you can use “dump-jump-go” instead, which is a separate package from Alchemist and works fine with Elixir. I’ve defined the following shortcut:
(defun dotspacemacs/user-config ()
"..."
(spacemacs/set-leader-keys-for-major-mode 'elixir-mode "j d" 'dumb-jump-go)
)
This will define SPC m j d in Elixir mode.






















