From d2a87383f431de4bb1f6f1877ebc894bbb7ffb0b Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <jgrunbau@sydmacx3bd.trading.imc.intra>
Date: Wed, 01 Dec 2021 06:34:25 +0000
Subject: [PATCH] Replaced org repo and updated bullets to superstar

---
 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