From: Amin Bandali Date: Sun, 12 May 2019 04:43:56 +0000 (-0400) Subject: emacs: uncomment and rewrite no-package-initialize thingy X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/1684239430ac6fede09fbb0ebfd20fa6cba5da6d?hp=df1c9bc88af9d0953ce24d91d25678a4794875e5 emacs: uncomment and rewrite no-package-initialize thingy haven’t tested it on <27 though --- 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) )