From f05f4d2b59a95377112731f4eb7b237a17d4cf98 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 29 Dec 2019 16:34:21 -0500 Subject: [PATCH] Replace search docs button w/ open docs on dashboard It is more helpful to newcomers. --- modules/ui/doom-dashboard/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 01d7583cd..d158b9205 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -67,9 +67,9 @@ Possible values: :icon (all-the-icons-octicon "tools" :face 'font-lock-keyword-face) :when (file-directory-p doom-private-dir) :action doom/open-private-config) - ("Search Documentation" + ("Open documentation" :icon (all-the-icons-octicon "book" :face 'font-lock-keyword-face) - :action doom/help-search-headings)) + :action doom/help)) "An alist of menu buttons used by `doom-dashboard-widget-shortmenu'. Each element is a cons cell (LABEL . PLIST). LABEL is a string to display after the icon and before the key string.