branch: externals/hcel commit dfa70bf16724a5a29e054af89fcf126438181e38 Author: Yuchen Pei <h...@ypei.me> Commit: Yuchen Pei <h...@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"