From ccce91eccc80deaaf6d9f202293e9fe583ffa823 Mon Sep 17 00:00:00 2001 From: AChavali Date: Sun, 9 Feb 2020 19:53:14 +0000 Subject: ~order of dashboard functions, -open books Time for load will be presented before menu. Removed open books because it's useless when I can just use the keybind. --- doom.d/modules/config.org | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'doom.d/modules/config.org') diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org index 185d2fc..5cd6500 100644 --- a/doom.d/modules/config.org +++ b/doom.d/modules/config.org @@ -123,17 +123,14 @@ If RETURN-P, return the message as a string instead of displaying it." (setq +doom-dashboard-functions ; limit the dashboard items '(doom-dashboard-widget-banner - doom-dashboard-widget-shortmenu - doom-dashboard-widget-loaded)) + doom-dashboard-widget-loaded + doom-dashboard-widget-shortmenu)) (setq +doom-dashboard-menu-sections ; Set a specific amount of items '(("Open org-agenda" :icon (all-the-icons-octicon "calendar" :face 'font-lock-keyword-face) :when (fboundp 'org-agenda) :action org-agenda) - ("Open books" - :icon (all-the-icons-octicon "book" :face 'font-lock-keyword-face) - :action oreodave/goto-books) ("Check the weather" :icon (all-the-icons-wicon "rain" :face 'font-lock-keyword-face) :action oreodave/weather) -- cgit v1.2.3-13-gbd6f