Skip to content

Instantly share code, notes, and snippets.

View wzin's full-sized avatar
💭
making internetz 📨

Wojciech Ziniewicz wzin

💭
making internetz 📨
View GitHub Profile
@paulanthonywilson
paulanthonywilson / funcs.el
Created January 26, 2018 13:59
Added to a Spacemacs layer to `mix format` on save
;;; Mostly nicked from https://github.com/jasongoodwin/emacs-elixir-formatter/blob/master/elixir-formatter.el
;;; I followed instructions from http://www.cultivatehq.com/posts/spacemacs-shared-config/ to add a Spacemacs
;;; layer, and just added this as a funcs.el file.
;;;
;;; (I still don't know what I'm doing.)
(defcustom
mix-location
"~/.asdf/shims/mix"