Add dashboard

This commit is contained in:
Marcus Kammer 2023-11-07 17:13:50 +01:00
parent fb0b87db05
commit baa0aee19d

View file

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