Add new variables to .spacemacs.template

This commit is contained in:
syl20bnr 2014-09-04 23:37:08 -04:00
parent 9e3a56d162
commit 9179fbd1c2

View file

@ -2,6 +2,16 @@
;; This file is loaded by Spacemacs at startup.
;; It must be stored in the home directory.
;; Variables
(defvar dotspacemacs-configuration-layers '()
"List of contribution to load."
)
(defvar dotspacemacs-default-package-repository 'melpa-stable
"The default package repository used if no explicit repository has been
specified with an installed package."
)
(defun dotspacemacs/init ()
"Initialize the behavior of Spacemacs. This function is called at the
very startup."