show some todos in startup list

This commit is contained in:
Thomas Ruoff
2019-07-29 22:45:31 +02:00
parent cb958f1544
commit 5608e4107c

View File

@@ -119,7 +119,8 @@ values."
;; List sizes may be nil, in which case ;; List sizes may be nil, in which case
;; `spacemacs-buffer-startup-lists-length' takes effect. ;; `spacemacs-buffer-startup-lists-length' takes effect.
dotspacemacs-startup-lists '((recents . 5) dotspacemacs-startup-lists '((recents . 5)
(projects . 7)) (projects . 7)
(todos . 7))
;; True if the home buffer should respond to resize events. ;; True if the home buffer should respond to resize events.
dotspacemacs-startup-buffer-responsive t dotspacemacs-startup-buffer-responsive t
;; Default major mode of the scratch buffer (default `text-mode') ;; Default major mode of the scratch buffer (default `text-mode')