diff options
| -rw-r--r-- | hcel-client.el | 2 | 
1 files changed, 1 insertions, 1 deletions
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"  | 
