From 5324d5fcbf8e365dc774795ceeedf1cac9d0b4bb Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Wed, 22 Dec 2021 07:39:02 +0000 Subject: [PATCH] Added a more general git hook prompt and gerrit compatibality --- 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