Created
January 5, 2016 04:36
-
-
Save mattbaker/7e764a487ab0517f03b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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