@ -10,10 +10,6 @@
;; Disable package.el in favor of straight.el
(setq package-enable-at-startup nil)
;; Disable cl-functions warnings
(setq byte-compile-warnings '(cl-functions))
(provide 'early-init)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; early-init.el ends here
@ -10,6 +10,10 @@
;; - Install the latest release of org
;; - Load the file ~/.emacs.d/myconfig.org
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; set up straight package manager
(defvar bootstrap-version)