refactor: remove doom/goto-private-*-file commands

These commands were removed in an ongoing effort to slim down Doom and
its core. The `doom/goto-private-*-file` family of commands were
redundant with `doom/open-private-config` and
`doom/find-file-in-private-config`.
This commit is contained in:
Henrik Lissner
2024-11-07 04:01:12 -05:00
parent 6a8c09f012
commit eea00f5d45
2 changed files with 2 additions and 28 deletions

View File

@ -375,8 +375,7 @@ Continues comments if executed from a commented line."
;; replaces `apropos-documentation' b/c `apropos' covers this
"d" nil
"db" #'doom/report-bug
"dc" #'doom/goto-private-config-file
"dC" #'doom/goto-private-init-file
"dc" #'doom/open-private-config
"dd" #'doom-debug-mode
"df" #'doom/help-faq
"dh" #'doom/help
@ -386,7 +385,6 @@ Continues comments if executed from a commented line."
"dn" #'doom/help-news
"dN" #'doom/help-search-news
"dpc" #'doom/help-package-config
"dpd" #'doom/goto-private-packages-file
"dph" #'doom/help-package-homepage
"dpp" #'doom/help-packages
"ds" #'doom/help-search-headings