aboutsummaryrefslogtreecommitdiff
path: root/hcel-client.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-23 14:18:11 +1000
committerYuchen Pei <hi@ypei.me>2022-09-23 14:18:11 +1000
commitf73cbee6f83f948202d0ea3fb8775b49562295be (patch)
treea8f4aeda7fdb80e89d4da2e2b8e167873f8ccc6f /hcel-client.el
parent138869fcbec02630b4311b88118bc8d48584ea2d (diff)
fixing compiler warnings and removing major-mode
Diffstat (limited to 'hcel-client.el')
-rw-r--r--hcel-client.el1
1 files changed, 1 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>.
(require 'hcel-utils)
+(require 'json)
(defcustom hcel-host "localhost:8080"
"hcel server host"
:group 'hcel :type '(string))