lang/clojure: remove :n from cjr-help-menu hydra

They're ignored anyhow.
This commit is contained in:
Henrik Lissner 2019-01-05 15:05:49 -05:00
parent 9b248f2299
commit 379a45978c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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