Replace search docs button w/ open docs on dashboard
It is more helpful to newcomers.
This commit is contained in:
parent
14cf97e594
commit
f05f4d2b59
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ Possible values:
|
|||
:icon (all-the-icons-octicon "tools" :face 'font-lock-keyword-face)
|
||||
:when (file-directory-p doom-private-dir)
|
||||
:action doom/open-private-config)
|
||||
("Search Documentation"
|
||||
("Open documentation"
|
||||
: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
|
||||
element is a cons cell (LABEL . PLIST). LABEL is a string to display after the
|
||||
icon and before the key string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue