mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix: profile loader file path
Should load the byte-compiled version of the file (and produce one
without a redundant emacs version suffix).
Amend: 9ae7aa1122
This commit is contained in:
@ -85,7 +85,7 @@
|
||||
(expand-file-name
|
||||
(format (or (getenv-internal "DOOMPROFILELOADFILE")
|
||||
(file-name-concat (if windows? "doomemacs/data" "doom")
|
||||
"profiles.%d.el"))
|
||||
"profiles.%d.elc"))
|
||||
emacs-major-version)
|
||||
(or (if windows? (getenv-internal "LOCALAPPDATA"))
|
||||
(getenv-internal "XDG_DATA_HOME")
|
||||
|
Reference in New Issue
Block a user