spacemacs/.spacemacs.template

26 lines
699 B
Plaintext
Raw Normal View History

;; -*- mode: emacs-lisp -*-
;; 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."
)
2014-09-05 03:43:01 +00:00
;; Functions
(defun dotspacemacs/init ()
2014-09-05 03:43:01 +00:00
"User initialize for Spacemacs. This function is called at the very startup."
)
(defun dotspacemacs/config ()
2014-09-05 03:43:01 +00:00
"This is were you can ultimately override default Spacemacs configuration.
This function is called at the very end of Spacemacs initialization."
)