Skip to content

Instantly share code, notes, and snippets.

@mattbaker
Created January 5, 2016 04:36
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 mattbaker/7e764a487ab0517f03b2 to your computer and use it in GitHub Desktop.
Save mattbaker/7e764a487ab0517f03b2 to your computer and use it in GitHub Desktop.
(defun dotspacemacs/user-config ()
"Configuration function for user code.
This function is called at the very end of Spacemacs initialization after
layers configuration. You are free to put any user code."
;; Add OS X Layer
(setq-default dotspacemacs-configuration-layers '(osx))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment