From 3279f5e1b7d005e71a4bd72882fccffd71364805 Mon Sep 17 00:00:00 2001 From: Ashton Wiersdorf Date: Thu, 13 Apr 2023 10:40:44 -0600 Subject: Add Non-GNU ELPA --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index cf06376..b342e03 100644 --- a/init.el +++ b/init.el @@ -28,9 +28,9 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Package initialization -(require 'package) -(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) -(package-initialize) +(with-eval-after-load 'package + (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/")) + (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)) ;; If you want to turn off the welcome screen, uncomment this ;(setq inhibit-splash-screen t) -- cgit v1.2.3