diff options
Diffstat (limited to 'modes/restclient')
| -rw-r--r-- | modes/restclient/evil-collection-restclient.el | 2 |
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)) |
