Install the dashboard package

This commit is contained in:
Gergely Polonkai 2016-11-23 08:41:59 +01:00
parent 8ea81a3c8a
commit 2349b1daa4
2 changed files with 11 additions and 0 deletions

View File

@ -48,6 +48,7 @@
company-restclient
company-shell
company-web
dashboard
diminish
dired-k
drag-stuff

10
init.el
View File

@ -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 ()