mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
ui/doom-dashboard: remove 'Edit Doom Emacs' button
This commit is contained in:
@ -325,10 +325,8 @@ controlled by `+doom-dashboard-pwd-policy'."
|
||||
(call-interactively (or (command-remapping #'bookmark-jump)
|
||||
#'bookmark-jump)))
|
||||
,(when (file-directory-p doom-private-dir)
|
||||
'("Open private configuration" "settings"
|
||||
'("Open private configuration" "tools"
|
||||
(doom-project-find-file doom-private-dir)))
|
||||
("Edit my modules list" "pencil"
|
||||
("Edit my modules list" "settings"
|
||||
(progn (make-directory doom-private-dir t)
|
||||
(find-file (expand-file-name "init.el" doom-private-dir))))
|
||||
("Edit Doom Emacs" "tools"
|
||||
(doom-project-find-file doom-emacs-dir))))))
|
||||
(find-file (expand-file-name "init.el" doom-private-dir))))))))
|
||||
|
Reference in New Issue
Block a user