From e051558fd5f0ca4a3c3ef1ff12aa8f85c459fa2a Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Fri, 14 Jan 2022 04:51:54 +0000 Subject: [PATCH] Made theme switcher function. Need to figure out how to complete list of themes with helm and automatically install arbitrary themes --- 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