From 42066ec8cf29b1dd3951427fb651f8c479ad885e Mon Sep 17 00:00:00 2001 From: mprodges Date: Wed, 17 Mar 2021 16:18:38 -0300 Subject: [PATCH] Dashboard is having problems with latest emacs 28 so comment it out, for now. --- elisp/extras.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/elisp/extras.el b/elisp/extras.el index e739313..99f0bf1 100644 --- a/elisp/extras.el +++ b/elisp/extras.el @@ -30,6 +30,11 @@ :hook (after-init . doom-modeline-mode)) +;(use-package dashboard +; :straight t +; :config +; (dashboard-setup-startup-hook)) + ;; Multimedia (use-package emms :config