diff --git a/modules/lang/rest/config.el b/modules/lang/rest/config.el index 5599e137e..c2efc11a7 100644 --- a/modules/lang/rest/config.el +++ b/modules/lang/rest/config.el @@ -13,7 +13,7 @@ (advice-add #'restclient-http-do :around #'+rest*permit-self-signed-ssl) (map! :mode restclient-mode - :n [M-return] 'restclient-http-send-current + :n [return] #'+rest/dwim-at-point :n "za" #'restclient-toggle-body-visibility :n "zm" #'+rest/fold-all :n "zr" #'outline-show-all