hurl/contrib/emacs/README.md
2022-12-17 00:20:40 +01:00

452 B

Emacs Hurl

Emacs major mode for Hurl.


Features

  • Keyword highlight

Installation

Doom Emacs

in packages.el

(package! hurl-mode :recipe
  (:host github
   :repo "Orange-OpenSource/hurl"
   :files ("contrib/emacs/*.el")))

straight.el

(straight-use-package
 '(hurl-mode
   :type git :host github :repo "Orange-OpenSource/hurl" :files ("contrib/emacs/*.el")))