Skip to content

Instantly share code, notes, and snippets.

@joefromct
Created December 4, 2014 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joefromct/28f2d904ea0c3c973660 to your computer and use it in GitHub Desktop.
Save joefromct/28f2d904ea0c3c973660 to your computer and use it in GitHub Desktop.
(setq-default
;; List of additional paths where to look for configuration layers.
;; Paths must have a trailing slash (ie. `~/.mycontribs/')
dotspacemacs-configuration-layer-path '("~/.emacs.d/private/")
;; List of configuration layers to load.
dotspacemacs-configuration-layers '(layer)
;; A list of packages and/or extensions that will not be install and loaded.
dotspacemacs-excluded-packages '()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment