diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 374a0c6f8..410d1c6bd 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -303,5 +303,8 @@ controlled by `+doom-dashboard-pwd-policy'." ("Jump to bookmark" "bookmark" (call-interactively (or (command-remapping #'bookmark-jump) #'bookmark-jump))) - ("Edit emacs.d" "tools" + ,(when (featurep! :config private) + '("Open custom init script" "settings" + (find-file (expand-file-name "init.el" +private-config-path)))) + ("Edit Doom Emacs" "tools" (doom-project-find-file doom-emacs-dir))))))