diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-09 19:53:14 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-09 19:53:14 +0000 |
commit | ccce91eccc80deaaf6d9f202293e9fe583ffa823 (patch) | |
tree | 55d98e24c6c3174f323f7761cc681b688a7a0d9c /doom.d/modules | |
parent | 6cd81b47e5a550eda6abdb2b7b1f3c4468efd773 (diff) | |
download | dotfiles-ccce91eccc80deaaf6d9f202293e9fe583ffa823.tar.gz dotfiles-ccce91eccc80deaaf6d9f202293e9fe583ffa823.tar.bz2 dotfiles-ccce91eccc80deaaf6d9f202293e9fe583ffa823.zip |
~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.
Diffstat (limited to 'doom.d/modules')
-rw-r--r-- | doom.d/modules/config.org | 7 |
1 files changed, 2 insertions, 5 deletions
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) |