diff options
| author | James Nguyen <james@jojojames.com> | 2022-04-13 11:27:03 -0400 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2022-04-13 11:28:07 -0400 |
| commit | d9b9381eb3edaf7deb0992fa124d5f08b5374003 (patch) | |
| tree | 546fc2a0d06fac9dc33d6008b4bc6f371f22557f /modes/restclient | |
| parent | 86abadd96cf611989af2d07efbf60766d06a5c74 (diff) | |
Add eldoc (#551)
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)) |
