summaryrefslogtreecommitdiff
path: root/modes/restclient
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2022-04-13 11:27:03 -0400
committerJames Nguyen <james@jojojames.com>2022-04-13 11:28:07 -0400
commitd9b9381eb3edaf7deb0992fa124d5f08b5374003 (patch)
tree546fc2a0d06fac9dc33d6008b4bc6f371f22557f /modes/restclient
parent86abadd96cf611989af2d07efbf60766d06a5c74 (diff)
Add eldoc (#551)
Diffstat (limited to 'modes/restclient')
-rw-r--r--modes/restclient/evil-collection-restclient.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/restclient/evil-collection-restclient.el b/modes/restclient/evil-collection-restclient.el
index fb9e25f..6921a88 100644
--- a/modes/restclient/evil-collection-restclient.el
+++ b/modes/restclient/evil-collection-restclient.el
@@ -53,10 +53,10 @@
(evil-collection-define-key 'normal 'restclient-mode-map
"[[" 'restclient-jump-prev
"]]" 'restclient-jump-next)
- ;; Enable a separate minor mode so that we can bind keys to it.
(evil-collection-define-key 'normal 'evil-collection-restclient-mode-map
"q" 'quit-window)
+ ;; Enable a separate minor mode so that we can bind keys to it.
(add-hook 'restclient-response-loaded-hook
#'evil-collection-restclient-setup-result-mode))