mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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"
|
||||
(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))))))
|
||||
|
Reference in New Issue
Block a user