spacemacs/layers/+lang/elixir/packages.el

20 lines
391 B
EmacsLisp
Raw Normal View History

;;; packages.el --- Elixir Layer packages File for Spacemacs
;;
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
;;
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(setq elixir-packages
'(
alchemist
2015-06-09 03:28:27 +00:00
company
elixir-mode
2015-05-28 14:01:09 +00:00
popwin
smartparens
))