Skip to content

Commit

Permalink
automatically format elm files on saving
Browse files Browse the repository at this point in the history
  • Loading branch information
iffyuva committed Oct 27, 2016
1 parent 6b75233 commit 27733f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emacs.d/mad-coding.el
Expand Up @@ -114,6 +114,7 @@
(require 'elm-mode)
(add-hook 'elm-mode-hook #'elm-oracle-setup-completion)
(add-to-list 'company-backends 'company-elm)
(setq elm-format-on-save t)

;; add elixir-mode
(require 'elixir-mode)
Expand Down

0 comments on commit 27733f4

Please sign in to comment.