Add dashboard
This commit is contained in:
parent
fb0b87db05
commit
baa0aee19d
1 changed files with 5 additions and 0 deletions
|
@ -625,3 +625,8 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
(use-package nginx-mode
|
||||
:ensure t
|
||||
:mode ("/nginx/.*\\'" . nginx-mode))
|
||||
|
||||
(use-package dashboard
|
||||
:ensure t
|
||||
:config
|
||||
(dashboard-setup-startup-hook))
|
||||
|
|
Loading…
Add table
Reference in a new issue