From 97141042900a4675b2fb9c8bef6bcae6c69c7f1e Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 12 Apr 2020 13:42:12 -0400 Subject: Fix some byte-compiler warnings and remove some version workarounds --- early-init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 512068a..3ee38c2 100644 --- a/early-init.el +++ b/early-init.el @@ -1 +1,3 @@ +;; No package.el (for emacs 27 and later). See +;; https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=24acb31c04b4048b85311d794e600ecd7ce60d3b (setq package-enable-at-startup nil) -- cgit v1.2.3-83-g751a