Fix 'search documentation' button on dashboard

This commit is contained in:
Henrik Lissner 2019-12-25 21:05:09 -05:00
parent adc8cba14b
commit 0b4356a7d5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -69,7 +69,7 @@ Possible values:
:action doom/open-private-config) :action doom/open-private-config)
("Search Documentation" ("Search Documentation"
:icon (all-the-icons-octicon "book" :face 'font-lock-keyword-face) :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 "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 element is a cons cell (LABEL . PLIST). LABEL is a string to display after the
icon and before the key string. icon and before the key string.