- ;; Specify the startup banner. If the value is an integer then the
- ;; banner with the corresponding index is used, if the value is `random'
- ;; then the banner is chosen randomly among the available banners, if
- ;; the value is nil then no banner is displayed.
- dotspacemacs-startup-banner 'random
+ ;; Either `vim' or `emacs'. Evil is always enabled but if the variable
+ ;; is `emacs' then the `holy-mode' is enabled at startup.
+ dotspacemacs-editing-style 'vim
+ ;; If non nil output loading progess in `*Messages*' buffer.
+ dotspacemacs-verbose-loading nil
+ ;; Specify the startup banner. Default value is `official', it displays
+ ;; the official spacemacs logo. An integer value is the index of text
+ ;; banner, `random' chooses a random text banner in `core/banners'
+ ;; directory. A string value must be a path to a .PNG file.
+ ;; If the value is nil then no banner is displayed.
+ ;; dotspacemacs-startup-banner 'official
+ dotspacemacs-startup-banner 'official
+ ;; t if you always want to see the changelog at startup
+ dotspacemacs-always-show-changelog nil
+ ;; List of items to show in the startup buffer. If nil it is disabled.
+ ;; Possible values are: `recents' `bookmarks' `projects'."
+ dotspacemacs-startup-lists '(recents projects)