From 9179fbd1c257f11bebfd8414ddddf90584bc766a Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 4 Sep 2014 23:37:08 -0400 Subject: [PATCH] Add new variables to .spacemacs.template --- spacemacs/.spacemacs.template | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spacemacs/.spacemacs.template b/spacemacs/.spacemacs.template index fb4947d54..6ccb240f1 100644 --- a/spacemacs/.spacemacs.template +++ b/spacemacs/.spacemacs.template @@ -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."