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:
Henrik Lissner 2018-10-07 21:32:42 -04:00
parent f0465f22cc
commit cdf745e72a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
6 changed files with 117 additions and 120 deletions

View file

@ -40,7 +40,7 @@
:config
(map! :map clj-refactor-map
:localleader
:desc "Refactor hydra" :n "r" #'hydra-cljr-help-menu/body))
:n "r" #'hydra-cljr-help-menu/body))
(def-package! flycheck-joker
:when (featurep! :feature syntax-checker)