diff --git a/customizations.el b/customizations.el index d1b6631..d84929c 100644 --- a/customizations.el +++ b/customizations.el @@ -48,6 +48,7 @@ company-restclient company-shell company-web + dashboard diminish dired-k drag-stuff diff --git a/init.el b/init.el index 7967ac5..fac457d 100644 --- a/init.el +++ b/init.el @@ -971,6 +971,16 @@ (use-package po-mode :ensure t) +(use-package dashboard + :ensure t + :after + projectile + :config + (setq dashboard-items '((recents . 5) + (bookmarks . 5) + (projects . 5))) + (dashboard-setup-startup-hook)) + ;; `c-mode' settings (add-hook 'c-mode-common-hook (lambda ()