From dfa70bf16724a5a29e054af89fcf126438181e38 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 30 Sep 2022 10:24:35 +1000 Subject: localhost needs http schema --- hcel-client.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcel-client.el b/hcel-client.el index fb17015..d5f7abd 100644 --- a/hcel-client.el +++ b/hcel-client.el @@ -19,7 +19,7 @@ (require 'hcel-utils) (require 'json) -(defcustom hcel-host "localhost:8080" +(defcustom hcel-host "http://localhost:8080" "hcel server host" :group 'hcel :type '(string)) (defcustom hcel-indexed-dir "/.haskell-code-explorer" -- cgit v1.2.3