From 216daa18d2e4ba17df55baf3d5a71030ddab8dcb Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Sat, 5 Sep 2026 23:24:15 -0400 Subject: [PATCH] Add nongnu elpa --- emacs-config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs-config.org b/emacs-config.org index 325d939..ee3348a 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -44,7 +44,8 @@ To get started, run =C-c C-v t= (setq package-archives '(("melpa" . "https://melpa.org/packages/") ("org" . "https://orgmode.org/elpa/") - ("elpa" . "https://elpa.gnu.org/packages/"))) + ("elpa" . "https://elpa.gnu.org/packages/") + ("nongnu" . "https://elpa.nongnu.org/nongnu/"))) (package-initialize) ;; Initialize use-package on non-linux platforms