16afe67907
Now Spacemacs will ask for layer installation when opening a file with a known file type. The auto-mode-alist entries are added by the file auto-layer.el in the layers directory. Easy insert of forms for lazy initialization can be done with the interactive function configuration-layer//insert-lazy-install-form. Change default value of dotspacemacs-enable-lazy-installation to t.
15 lines
408 B
EmacsLisp
15 lines
408 B
EmacsLisp
;;; config.el --- Elixir Layer configuration 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
|
|
|
|
;; Variables
|
|
|
|
(spacemacs|defvar-company-backends elixir-mode)
|
|
(spacemacs|defvar-company-backends alchemist-iex-mode)
|