Skip to content

Commit

Permalink
Load the Elixir bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klishin committed Nov 30, 2012
1 parent a1e948c commit c1e2f0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions initializers/bundles_initializer.el
Expand Up @@ -26,13 +26,15 @@
(require 'package))

(elbundle/load-elbundle "text")
(elbundle/load-elbundle "textile")
(elbundle/load-elbundle "markdown")
(elbundle/load-elbundle "textile")
(elbundle/load-elbundle "git")

(elbundle/load-elbundle "slime")
(elbundle/load-elbundle "clojure")

(elbundle/load-elbundle "erlang")
(elbundle/load-elbundle "elixir")

(elbundle/load-elbundle "ruby")

Expand Down Expand Up @@ -75,5 +77,4 @@
(elbundle/load-elbundle "gist")
(elbundle/load-elbundle "webtools")

(elbundle/load-elbundle "erlang")
(elbundle/load-elbundle "ack")

0 comments on commit c1e2f0a

Please sign in to comment.