emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hcel dfa70bf167: localhost needs http schema


From: ELPA Syncer
Subject: [elpa] externals/hcel dfa70bf167: localhost needs http schema
Date: Thu, 29 Sep 2022 20:57:41 -0400 (EDT)

branch: externals/hcel
commit dfa70bf16724a5a29e054af89fcf126438181e38
Author: Yuchen Pei <hi@ypei.me>
Commit: Yuchen Pei <hi@ypei.me>

    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 fb17015f3a..d5f7abd7bf 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]