From 51fdbd03573d8b1e11e78aac00d329a4ac55eb78 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 28 Dec 2021 00:47:30 +0000
Subject: [PATCH] Removed semantic and other small tweaks

---
 init.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/init.el b/init.el
index 7c3dd14..bbe561b 100644
--- a/init.el
+++ b/init.el
@@ -4,9 +4,9 @@
 
 ;; Repos
 (require 'package)
-(setq package-archives '(("gnu"   . "http://elpa.gnu.org/packages/")
-			 ("melpa" . "https://melpa.org/packages/")
-			 ("org"   . "https://orgmode.org/elpa/")))
+(setq package-archives '(("gnu"   . "https://elpa.gnu.org/packages/")
+			 ("nongnu"  . "https://elpa.nongnu.org/nongnu/")
+			 ("melpa" . "https://melpa.org/packages/")))
 (package-initialize)
 
 ;; use-package

--
Gitblit v1.9.3