From 4ffe5c85ea5abc301ca9cf6e96e9cf224288eaa0 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sat, 26 Nov 2022 23:06:37 +0200 Subject: Style --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ffc5ba3..4897d28 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -77,8 +77,8 @@ (use-package dashboard :ensure t :config - (dashboard-setup-startup-hook) - ) + (dashboard-setup-startup-hook)) + (setq dashboard-items '((recents . 5) (bookmarks . 5))) (setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))) -- cgit v1.2.3