Move 'disable cl warnings' to init.el

main
Sergio Alvariño 2 years ago
parent e8ba12bb5c
commit 43d173c9af

@ -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
;;
;; Disable cl-functions warnings
(setq byte-compile-warnings '(cl-functions))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; set up straight package manager
(defvar bootstrap-version)

Loading…
Cancel
Save