added featurep codition to keybindings

includes popup, flycheck, flyspell, org +present, indent-guides
This commit is contained in:
Jakub Darul
2019-08-29 20:38:56 +02:00
parent 21883d9700
commit ba69c9efe4
2 changed files with 17 additions and 9 deletions

View File

@ -355,9 +355,10 @@
"P" #'neotree-select-previous-sibling-node))
;;; popups
"C-x p" #'+popup/other
"C-`" #'+popup/toggle
"C-~" #'+popup/raise
(:when (featurep! :ui popup)
"C-x p" #'+popup/other
"C-`" #'+popup/toggle
"C-~" #'+popup/raise)
;;; repl
"C-c C-z" #'+eval/open-repl-other-window