From 086a1659b4f5f276c4b44d69c3190396e5674fdb Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 28 Jan 2018 18:15:43 -0500 Subject: [PATCH] ui/doom-dashboard: edit emacs.d button => fuzzy find-file --- 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 fcdd6099a..db2ba5756 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -302,4 +302,4 @@ controlled by `+doom-dashboard-pwd-policy'." (call-interactively (or (command-remapping #'bookmark-jump) #'bookmark-jump))) ("Edit emacs.d" "tools" - (find-file (expand-file-name "init.el" doom-emacs-dir))))))) + (call-interactively #'+default/find-in-emacsd))))))