mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix: incorrect value for user-init-file
This wasn't really causing any noticable issues, but should be corrected in any case.
This commit is contained in:
@ -309,7 +309,7 @@ If RETURN-P, return the message as a string instead of displaying it."
|
||||
;; If we loaded a compiled file, set `user-init-file' to the
|
||||
;; source version if that exists.
|
||||
(setq user-init-file
|
||||
(concat (string-remove-suffix ".elc" user-init-file)
|
||||
(concat (string-remove-suffix ".elc" init-file-name)
|
||||
".el"))
|
||||
;; HACK: if `init-file-name' happens to be higher in
|
||||
;; `load-history' than a symbol's actual definition,
|
||||
|
Reference in New Issue
Block a user