diff --git a/init.el b/init.el index 4e3a8c7..48e0494 100644 --- a/init.el +++ b/init.el @@ -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