add dashboard

This commit is contained in:
opFez 2020-12-14 16:14:53 +01:00
parent 61e1d7d188
commit 967ffaf2a7
1 changed files with 12 additions and 1 deletions

View File

@ -28,5 +28,16 @@
(add-hook 'haskell-mode-hook 'interactive-haskell-mode))
(use-package go-mode
:ensure t)
(use-package elpher
:ensure t)
(use-package dashboard
:ensure t
)
:config
(setq dashboard-banner-logo-title "")
(setq dashboard-startup-banner 'logo) ; add own image?
(setq dashboard-center-content t)
(setq dashboard-set-footer nil)
(dashboard-setup-startup-hook))