mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Sharp-quote keybind commands
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user