From 2dd99fd1da2f67767145554dfed1ba7c70dd57e8 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 06 Jan 2022 22:23:29 +0000
Subject: [PATCH] Updated helm config

---
 init.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/init.el b/init.el
index b2d822e..c2b78e1 100644
--- a/init.el
+++ b/init.el
@@ -5,8 +5,8 @@
 ;; Repos
 (require 'package)
 (setq package-archives '(("gnu"   . "https://elpa.gnu.org/packages/")
-			 ("nongnu"  . "https://elpa.nongnu.org/nongnu/")
-			 ("melpa" . "https://melpa.org/packages/")))
+			             ("nongnu"  . "https://elpa.nongnu.org/nongnu/")
+			             ("melpa" . "https://melpa.org/packages/")))
 (package-initialize)
 
 ;; use-package

--
Gitblit v1.9.3