diff --git a/core/core-spacemacs-buffer.el b/core/core-spacemacs-buffer.el index 28417b69f..c667a6cbc 100644 --- a/core/core-spacemacs-buffer.el +++ b/core/core-spacemacs-buffer.el @@ -275,6 +275,7 @@ Returns height in units of line height with a minimum of 1." (setq dotspacemacs-startup-buffer-show-icons nil) (setq lines (with-temp-buffer (spacemacs-buffer//do-insert-startupify-lists) + (recentf-mode -1) (line-number-at-pos))) ;; (count-lines (point-min) (point-max))) (setq dotspacemacs-startup-buffer-show-icons icons)