diff --git a/init.org b/init.org index 89ebbaf..1520387 100644 --- a/init.org +++ b/init.org @@ -151,6 +151,7 @@ Use =straight=, and it's bootstrapping code: Disable =package.el= in the early init file: #+begin_src emacs-lisp :tangle early-init.el +;; -*- lexical-binding: t; -*- (setq package-enable-at-startup nil) #+end_src