From 5608e4107c1c5508e4321bc4cddcfc4340099273 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 29 Jul 2019 22:45:31 +0200 Subject: [PATCH] show some todos in startup list --- emacs/.spacemacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index fcbbfe7..fb2c9ca 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -119,7 +119,8 @@ values." ;; List sizes may be nil, in which case ;; `spacemacs-buffer-startup-lists-length' takes effect. dotspacemacs-startup-lists '((recents . 5) - (projects . 7)) + (projects . 7) + (todos . 7)) ;; True if the home buffer should respond to resize events. dotspacemacs-startup-buffer-responsive t ;; Default major mode of the scratch buffer (default `text-mode')