ui/doom-dashboard: add button to open private module
This commit is contained in:
parent
2b43dd42e2
commit
f8bf86e1a3
1 changed files with 4 additions and 1 deletions
|
@ -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))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue