Don't treat restclient-jq as a restclient extension

This commit is contained in:
David Morgan 2022-10-21 16:39:20 +01:00
parent 5c5f41f2d9
commit 135781d669
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@
(use-package restclient
:mode (("\\.http\\'" . restclient-mode)))
(use-extension restclient restclient-jq)
(use-package restclient-jq
:after restclient
:demand t)
(use-package es-mode
:mode "\.es\'")