Install the dashboard package
This commit is contained in:
parent
8ea81a3c8a
commit
2349b1daa4
@ -48,6 +48,7 @@
|
|||||||
company-restclient
|
company-restclient
|
||||||
company-shell
|
company-shell
|
||||||
company-web
|
company-web
|
||||||
|
dashboard
|
||||||
diminish
|
diminish
|
||||||
dired-k
|
dired-k
|
||||||
drag-stuff
|
drag-stuff
|
||||||
|
10
init.el
10
init.el
@ -971,6 +971,16 @@
|
|||||||
(use-package po-mode
|
(use-package po-mode
|
||||||
:ensure t)
|
: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
|
;; `c-mode' settings
|
||||||
(add-hook 'c-mode-common-hook
|
(add-hook 'c-mode-common-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
Loading…
Reference in New Issue
Block a user