From 0b4356a7d5b1e40a4c0c9757bcfc7eadd76ac54d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 25 Dec 2019 21:05:09 -0500 Subject: [PATCH] Fix 'search documentation' button on dashboard --- modules/ui/doom-dashboard/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 2659ecd64..046e5b840 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -69,7 +69,7 @@ Possible values: :action doom/open-private-config) ("Search Documentation" :icon (all-the-icons-octicon "book" :face 'font-lock-keyword-face) - :action doom/help-search)) + :action doom/help-search-headings)) "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.