summaryrefslogtreecommitdiffstats
path: root/early-init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-04-12 13:42:12 -0400
committerAmin Bandali <bandali@gnu.org>2020-04-12 13:42:12 -0400
commit97141042900a4675b2fb9c8bef6bcae6c69c7f1e (patch)
tree8730ccfa957549ed38909820946dd349f0eb7489 /early-init.el
parent567440fa7d7f625cd2b17c80cc5f6f442dba6196 (diff)
downloadconfigs-97141042900a4675b2fb9c8bef6bcae6c69c7f1e.tar.gz
configs-97141042900a4675b2fb9c8bef6bcae6c69c7f1e.tar.xz
configs-97141042900a4675b2fb9c8bef6bcae6c69c7f1e.zip
Fix some byte-compiler warnings and remove some version workarounds
Diffstat (limited to '')
-rw-r--r--early-init.el2
1 files changed, 2 insertions, 0 deletions
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)