mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Use +default/find-in-config instead on dashboard
Instead of browse-config.
This commit is contained in:
@ -55,7 +55,7 @@ Possible values:
|
|||||||
("Open private configuration"
|
("Open private configuration"
|
||||||
: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 +default/browse-config)
|
:action +default/find-in-config)
|
||||||
("Open user manual"
|
("Open user manual"
|
||||||
:icon (all-the-icons-octicon "book" :face 'font-lock-keyword-face)
|
:icon (all-the-icons-octicon "book" :face 'font-lock-keyword-face)
|
||||||
:action doom/open-manual))
|
:action doom/open-manual))
|
||||||
|
Reference in New Issue
Block a user