mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix 'search documentation' button on dashboard
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user