From 1684239430ac6fede09fbb0ebfd20fa6cba5da6d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 12 May 2019 00:43:56 -0400 Subject: [PATCH] emacs: uncomment and rewrite no-package-initialize thingy MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit haven’t tested it on <27 though --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7c83bfb..8d80538 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -93,7 +93,9 @@ ;; Not necessary when using straight.el ;; (C-h v straight-package-neutering-mode RET) -(comment +(when (and + (not (featurep 'straight)) + (version< emacs-version "27")) (setq package-enable-at-startup nil) ;; (package-initialize) ) -- 2.20.1