Sharp-quote keybind commands

This commit is contained in:
Henrik Lissner 2018-08-16 20:39:16 +02:00
parent 6df179bb29
commit ffccb3a31a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -19,9 +19,9 @@
:n "zr" #'outline-show-all :n "zr" #'outline-show-all
:localleader :localleader
:desc "Execute HTTP request" :n "e" 'restclient-http-send-current :desc "Execute HTTP request" :n "e" #'restclient-http-send-current
:desc "Execute raw HTTP request" :n "E" 'restclient-http-send-current-raw :desc "Execute raw HTTP request" :n "E" #'restclient-http-send-current-raw
:desc "Copy curl command" :n "c" 'restclient-copy-curl-command)) :desc "Copy curl command" :n "c" #'restclient-copy-curl-command))
(def-package! company-restclient (def-package! company-restclient