From 7cf1ccce70764de672177425b5e359c24f294e32 Mon Sep 17 00:00:00 2001 From: gxlin Date: Fri, 25 Jun 2021 17:22:08 +0800 Subject: Emacs and offlineimap config --- .emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.emacs.d/init.el') 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)) -- cgit v1.2.3