refactor(lib): doom/{reload,upgrade}: customizable commands

Ref: #8024
This commit is contained in:
Henrik Lissner 2024-08-24 16:36:01 -04:00
parent 4bc4b54eb9
commit a8ba8feecb
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 14 additions and 3 deletions

View file

@ -247,6 +247,12 @@
Defaults to ~/.config/doom, ~/.doom.d or the value of the DOOMDIR envvar;
whichever is found first. Must end in a slash.")
(defvar doom-bin-dir (expand-file-name "bin/" doom-emacs-dir)
"Where Doom's executables are stored.
Defaults to $EMACSDIR/bin, where $EMACSDIR is `doom-emacs-dir'. Must end in a
slash.")
;; DEPRECATED: .local will be removed entirely in 3.0
(defvar doom-local-dir
(if-let (localdir (getenv-internal "DOOMLOCALDIR"))