lexical binding in early-init
This commit is contained in:
parent
bfb8e23862
commit
3ea8e00384
1
init.org
1
init.org
|
@ -151,6 +151,7 @@ Use =straight=, and it's bootstrapping code:
|
||||||
|
|
||||||
Disable =package.el= in the early init file:
|
Disable =package.el= in the early init file:
|
||||||
#+begin_src emacs-lisp :tangle early-init.el
|
#+begin_src emacs-lisp :tangle early-init.el
|
||||||
|
;; -*- lexical-binding: t; -*-
|
||||||
(setq package-enable-at-startup nil)
|
(setq package-enable-at-startup nil)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue