From f73cbee6f83f948202d0ea3fb8775b49562295be Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 23 Sep 2022 14:18:11 +1000 Subject: fixing compiler warnings and removing major-mode --- hcel-client.el | 1 + 1 file changed, 1 insertion(+) (limited to 'hcel-client.el') diff --git a/hcel-client.el b/hcel-client.el index 5bd9946..3af6882 100644 --- a/hcel-client.el +++ b/hcel-client.el @@ -18,6 +18,7 @@ ;; License along with hcel. If not, see . (require 'hcel-utils) +(require 'json) (defcustom hcel-host "localhost:8080" "hcel server host" :group 'hcel :type '(string)) -- cgit v1.2.3