diff --git a/doc/DOCUMENTATION.md b/doc/DOCUMENTATION.md index 154704c5d..229a168ad 100644 --- a/doc/DOCUMENTATION.md +++ b/doc/DOCUMENTATION.md @@ -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