diff --git a/early-init.el b/early-init.el index 10d2e75..7977936 100644 --- a/early-init.el +++ b/early-init.el @@ -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 diff --git a/init.el b/init.el index ad6115b..c33c9f2 100644 --- a/init.el +++ b/init.el @@ -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)