* lisp/startup.el (normal-top-level): Small code move, improve 202d3be873
.
This commit is contained in:
parent
c30106ce9f
commit
efaa0ebca9
1 changed files with 8 additions and 8 deletions
|
@ -540,6 +540,7 @@ It is the default value of the variable `top-level'."
|
|||
(setq user-emacs-directory
|
||||
(startup--xdg-or-homedot startup--xdg-config-home-emacs nil))
|
||||
|
||||
(when (featurep 'native-compile)
|
||||
(unless (native-comp-available-p)
|
||||
;; Disable deferred async compilation and trampoline synthesis
|
||||
;; in this session. This is necessary if libgccjit is not
|
||||
|
@ -548,7 +549,6 @@ It is the default value of the variable `top-level'."
|
|||
(setq native-comp-deferred-compilation nil
|
||||
comp-enable-subr-trampolines nil))
|
||||
|
||||
(when (featurep 'native-compile)
|
||||
;; Form `native-comp-eln-load-path'.
|
||||
(let ((path-env (getenv "EMACSNATIVELOADPATH")))
|
||||
(when path-env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue