From ffccb3a31a9ac09b8384a1b8e544d2f27e2a2262 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 16 Aug 2018 20:39:16 +0200 Subject: [PATCH] Sharp-quote keybind commands --- modules/lang/rest/config.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/lang/rest/config.el b/modules/lang/rest/config.el index c2efc11a7..018f291a9 100644 --- a/modules/lang/rest/config.el +++ b/modules/lang/rest/config.el @@ -19,9 +19,9 @@ :n "zr" #'outline-show-all :localleader - :desc "Execute HTTP request" :n "e" 'restclient-http-send-current - :desc "Execute raw HTTP request" :n "E" 'restclient-http-send-current-raw - :desc "Copy curl command" :n "c" 'restclient-copy-curl-command)) + :desc "Execute HTTP request" :n "e" #'restclient-http-send-current + :desc "Execute raw HTTP request" :n "E" #'restclient-http-send-current-raw + :desc "Copy curl command" :n "c" #'restclient-copy-curl-command)) (def-package! company-restclient