Added dashboard.el

This commit is contained in:
Alexander Rosenberg 2023-09-29 23:13:35 -07:00
parent 8ce400137a
commit fceab66e4f
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -559,4 +559,12 @@ visual states."
(setq doom-modeline-support-imenu t)
(doom-modeline-mode 1))
;; dashboard.el
(use-package dashboard
:config
(dashboard-setup-startup-hook)
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))
dashboard-items '((recents . 5)
(bookmarks . 5))))
;;; init.el ends here