Added elixir lang support

This commit is contained in:
Mikhail Stralenia 2017-05-24 13:08:26 +03:00
parent af286043a4
commit f80a2d6707
4 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; lang/elixir/packages.el
;; +elixir.el
(package! elixir-mode)
(package! alchemist)
(package! ac-alchemist)