A couple errors

This commit is contained in:
Peter Selby 2021-01-21 13:23:38 -06:00
parent 57726ebe79
commit 90c3ef3a07
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
;;
n;;; Leader keys
;;; Leader keys
(map! :leader
@ -462,7 +462,7 @@ n;;; Leader keys
(:when (featurep! :completion ivy)
"C-x b" #'ivy-switch-buffer
"C-x 4 b" #'ivy-switch-buffer-other-window)
(:when (not featurep! :completion ivy)
(:when (not (featurep! :completion ivy))
"C-x b" #'switch-to-buffer
"C-x 4 b" #'switch-to-buffer-other-window)