From 3a1ba5381ed2df2cf7592745a2ee37ea4528eccd Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 5 Jul 2018 12:36:32 +0200 Subject: [PATCH] Use +default/find-in-config instead on dashboard Instead of browse-config. --- modules/ui/doom-dashboard/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index f918d21d5..bff563dfd 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -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))