diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bac98b0..669e93a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -106,3 +106,8 @@ :hook ((go-mode . (lambda () (setq tab-width 4))))) (use-package avy) + +(use-package dashboard + :ensure t + :config + (dashboard-setup-startup-hook)) |