mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace search docs button w/ open docs on dashboard
It is more helpful to newcomers.
This commit is contained in:
@ -67,9 +67,9 @@ Possible values:
|
|||||||
:icon (all-the-icons-octicon "tools" :face 'font-lock-keyword-face)
|
:icon (all-the-icons-octicon "tools" :face 'font-lock-keyword-face)
|
||||||
:when (file-directory-p doom-private-dir)
|
:when (file-directory-p doom-private-dir)
|
||||||
:action doom/open-private-config)
|
:action doom/open-private-config)
|
||||||
("Search Documentation"
|
("Open 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-headings))
|
:action doom/help))
|
||||||
"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