map!: remove buffer-local :desc properties
which-key labels are registered globally, and will not work for buffer-local keybinds. Until general is brought in, we'll have to suffer label-less localleader keybinds.
This commit is contained in:
parent
f0465f22cc
commit
cdf745e72a
6 changed files with 117 additions and 120 deletions
|
@ -22,9 +22,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))
|
||||
:n "e" #'restclient-http-send-current
|
||||
:n "E" #'restclient-http-send-current-raw
|
||||
:n "c" #'restclient-copy-curl-command))
|
||||
|
||||
|
||||
(def-package! company-restclient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue