mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-22 18:41:33 +03:00
Update emacs mode installation
This commit is contained in:
parent
fbca04e38f
commit
b5e72568b7
@ -18,12 +18,17 @@ Emacs major mode for Hurl.
|
||||
in `packages.el`
|
||||
|
||||
``` lisp
|
||||
(package! hurl-mode :recipe (:host github :repo "Orange-OpenSource/hurl"))
|
||||
(package! hurl-mode :recipe
|
||||
(:host github
|
||||
:repo "Orange-OpenSource/hurl"
|
||||
:files ("contrib/emacs/*.el")))
|
||||
```
|
||||
|
||||
### straight.el
|
||||
|
||||
``` lisp
|
||||
(straight-use-package
|
||||
'(hurl-mode :type git :host github :repo "Orange-OpenSource/hurl"))
|
||||
'(hurl-mode
|
||||
:type git :host github :repo "Orange-OpenSource/hurl" :files ("contrib/emacs/*.el")))
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user