Skip to content

Commit dcf07fd

Browse files
committed
fix(on-demand/hurl): ensure loading dependencies
1 parent f8c8a1e commit dcf07fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/on-demand/me-hurl.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
:auto-mode '(("\\.hurl\\'" . hurl-mode)))
1414

1515

16+
(minemacs-load-module 'on-demand/me-json)
17+
18+
1619
;; Major mode to edit, run and test HTTP requests using Hurl
1720
(use-package hurl-mode
1821
:straight (:host github :repo "JasZhe/hurl-mode")

0 commit comments

Comments
 (0)