ui/doom-dashboard: edit emacs.d button => fuzzy find-file

This commit is contained in:
Henrik Lissner 2018-01-28 18:15:43 -05:00
parent e3040c676b
commit 086a1659b4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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