From f5713f8d443756d9ee1fbd7794371045041742a7 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 2 Apr 2015 00:32:38 -0400 Subject: [PATCH] Startup lists at the end of the buffer with a page break line --- core/core-spacemacs-buffer.el | 3 ++- core/core-spacemacs.el | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/core/core-spacemacs-buffer.el b/core/core-spacemacs-buffer.el index c82ed995f..1192b509f 100644 --- a/core/core-spacemacs-buffer.el +++ b/core/core-spacemacs-buffer.el @@ -194,7 +194,8 @@ buffer, right justified." (let ((buffer-read-only nil) (list-separator "\n\n")) (goto-char (point-max)) - + (page-break-lines-mode) + (spacemacs/append-to-buffer "\n \n\n") (mapc (lambda (el) (cond ((eq el 'recents) diff --git a/core/core-spacemacs.el b/core/core-spacemacs.el index af76aab56..9387743f1 100644 --- a/core/core-spacemacs.el +++ b/core/core-spacemacs.el @@ -332,9 +332,6 @@ version and the NEW version." ;; Ultimate configuration decisions are given to the user who can defined ;; them in his/her ~/.spacemacs file (dotspacemacs|call-func dotspacemacs/config "Calling dotfile config...") - ;; Display useful lists of items - (when dotspacemacs-startup-lists - (spacemacs/insert-startupify-lists)) ;; from jwiegley ;; https://github.com/jwiegley/dot-emacs/blob/master/init.el (let ((elapsed (float-time @@ -343,6 +340,9 @@ version and the NEW version." (format "[%s packages loaded in %.3fs]\n" (configuration-layer//initialized-packages-count) elapsed))) + ;; Display useful lists of items + (when dotspacemacs-startup-lists + (spacemacs/insert-startupify-lists)) (when configuration-layer-error-count ;; ("%e" mode-line-front-space mode-line-mule-info mode-line-client mode-line-modified mode-line-remote mode-line-frame-identification mode-line-buffer-identification " " mode-line-position evil-mode-line-tag ;; (vc-mode vc-mode)