refactor: remove doom-bin-dir

Or rather, moves its into lib/config.el, which is the only place that
uses it.
This commit is contained in:
Henrik Lissner
2024-12-07 17:56:47 -05:00
parent a06287cc23
commit 881eea137f
2 changed files with 4 additions and 9 deletions

View File

@ -272,12 +272,6 @@ where the module's group and name was deduced from the first and second level of
directories. For example: if $DOOMDIR/modules/ is an entry, a
$DOOMDIR/modules/lang/ruby/ directory represents a ':lang ruby' module.")
(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")))