Fix 'search documentation' button on dashboard
This commit is contained in:
parent
adc8cba14b
commit
0b4356a7d5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue