mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-23 02:52:34 +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`
|
in `packages.el`
|
||||||
|
|
||||||
``` lisp
|
``` 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
|
### straight.el
|
||||||
|
|
||||||
``` lisp
|
``` lisp
|
||||||
(straight-use-package
|
(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