From 3bbbd3fcebff5da84813529c9d9e5c37ceeba935 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Thu, 24 Mar 2022 15:26:38 +0000 Subject: [PATCH] Explicitly set "https:" in gitlab-host --- .doom.d/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doom.d/config.el b/.doom.d/config.el index a0cd48d..bb5226b 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -67,7 +67,7 @@ :load-path "lisp/mgr-gitlab" :ensure t :config - (setq gitlab-host "gitlab.maxregan.me" + (setq gitlab-host "https://gitlab.maxregan.me" gitlab-token-id (if (file-exists-p mgr-gitlab-token-file) (with-temp-buffer (insert-file-contents mgr-gitlab-token-file)