Skip to content

Commit

Permalink
fix(on-demand/hurl): ensure loading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 23, 2024
1 parent f8c8a1e commit dcf07fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/on-demand/me-hurl.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
:auto-mode '(("\\.hurl\\'" . hurl-mode)))


(minemacs-load-module 'on-demand/me-json)


;; Major mode to edit, run and test HTTP requests using Hurl
(use-package hurl-mode
:straight (:host github :repo "JasZhe/hurl-mode")
Expand Down

0 comments on commit dcf07fd

Please sign in to comment.