Replace search docs button w/ open docs on dashboard

It is more helpful to newcomers.
This commit is contained in:
Henrik Lissner 2019-12-29 16:34:21 -05:00
parent 14cf97e594
commit f05f4d2b59
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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.