Add missing parentheses

This commit is contained in:
KK 2014-12-29 17:11:20 +08:00 committed by syl20bnr
parent cb27ee6190
commit c5723ec175

View file

@ -781,6 +781,7 @@ add the following snippet to your configuration file:
"This is were you can ultimately override default Spacemacs configuration.
This function is called at the very end of Spacemacs initialization."
(setq powerline-default-separator 'arrow)
)
```
To save you the time to try all the possible separators provided by the
@ -868,6 +869,7 @@ function of your `~/.spacemacs`.
```elisp
(defun dotspacemacs/config ()
(spacemacs/set-font "DejaVu Sans Mono" 10)
)
```
# Commands