Install the dashboard package
This commit is contained in:
parent
8ea81a3c8a
commit
2349b1daa4
@ -48,6 +48,7 @@
|
||||
company-restclient
|
||||
company-shell
|
||||
company-web
|
||||
dashboard
|
||||
diminish
|
||||
dired-k
|
||||
drag-stuff
|
||||
|
10
init.el
10
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 ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user