Don't show "Open user manual" button

...unless the manual exists (it will soon)!
This commit is contained in:
Henrik Lissner 2018-07-05 12:37:05 +02:00
parent 3a1ba5381e
commit b67745a9b6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -58,6 +58,7 @@ Possible values:
:action +default/find-in-config)
("Open user manual"
:icon (all-the-icons-octicon "book" :face 'font-lock-keyword-face)
:when (file-exists-p (expand-file-name "index.org" doom-docs-dir))
:action doom/open-manual))
"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