mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
ui/doom-dashboard: add button to open private module
This commit is contained in:
@ -303,5 +303,8 @@ controlled by `+doom-dashboard-pwd-policy'."
|
|||||||
("Jump to bookmark" "bookmark"
|
("Jump to bookmark" "bookmark"
|
||||||
(call-interactively (or (command-remapping #'bookmark-jump)
|
(call-interactively (or (command-remapping #'bookmark-jump)
|
||||||
#'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))))))
|
(doom-project-find-file doom-emacs-dir))))))
|
||||||
|
Reference in New Issue
Block a user