Closes #616, syntax error in osx layer snippet

This commit is contained in:
Devin Rhode 2015-02-17 13:19:47 -08:00 committed by syl20bnr
parent a4e3c32a9d
commit 50e32b8081

View file

@ -33,7 +33,7 @@ To use this configuration layer, add it to your `~/.spacemacs`
```elisp
(setq-default dotspacemacs-configuration-layers '(osx)
"List of contribution to load."
;; List of contribution to load.
)
```