Use +default/find-in-config instead on dashboard

Instead of browse-config.
This commit is contained in:
Henrik Lissner 2018-07-05 12:36:32 +02:00
parent 8b8c7c7411
commit 3a1ba5381e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -55,7 +55,7 @@ Possible values:
("Open private configuration"
:icon (all-the-icons-octicon "tools" :face 'font-lock-keyword-face)
:when (file-directory-p doom-private-dir)
:action +default/browse-config)
:action +default/find-in-config)
("Open user manual"
:icon (all-the-icons-octicon "book" :face 'font-lock-keyword-face)
:action doom/open-manual))