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))))))