Re-enable dotspacemacs-startup-banner nil option

Appears that commit 7a4a9724, disabled the dotspacemacs-startup-banner nil option.
This commit is contained in:
ptb 2015-06-01 12:12:05 -04:00 committed by syl20bnr
parent dbce0dd34a
commit d875419792
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ Doge special text banner can be reachable via `999', `doge' or `random*'.
dotspacemacs-startup-banner
(spacemacs-buffer/warning (format "could not find banner %s"
dotspacemacs-startup-banner))
(spacemacs-buffer//get-banner-path 1)))
(t (spacemacs-buffer//get-banner-path 1))))
(spacemacs-buffer//get-banner-path 1))
(spacemacs-buffer//get-banner-path 1))))
(defun spacemacs-buffer//choose-random-text-banner (&optional all)
"Return the full path of a banner chosen randomly.