Add a mode for restclient
This commit is contained in:
parent
5bcea6acbd
commit
5ccf23eac3
1 changed files with 2 additions and 1 deletions
|
|
@ -567,7 +567,8 @@
|
||||||
:hook (after-init . recentf-mode))
|
:hook (after-init . recentf-mode))
|
||||||
|
|
||||||
(use-package restclient
|
(use-package restclient
|
||||||
:defer t)
|
:defer t
|
||||||
|
:mode (("\\.http\\'" . restclient-mode)))
|
||||||
|
|
||||||
(use-package savehist
|
(use-package savehist
|
||||||
:init
|
:init
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue