aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-06-25 17:22:08 +0800
committergxlin <[email protected]>2021-06-25 17:40:20 +0800
commit7cf1ccce70764de672177425b5e359c24f294e32 (patch)
treecea8353076eb0125b94317b4c2bdfb38a939f78a /.emacs.d/init.el
parent9a3426d99baf85d4f61e0e9e0c3dd1295d62cbdc (diff)
downloaddotfiles-7cf1ccce70764de672177425b5e359c24f294e32.tar.gz
dotfiles-7cf1ccce70764de672177425b5e359c24f294e32.tar.bz2
dotfiles-7cf1ccce70764de672177425b5e359c24f294e32.zip
Emacs and offlineimap config
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el5
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))