fix: fix typo in ivy config
This commit is contained in:
parent
64c11c968c
commit
b4fbaac91f
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ https://github.com/abo-abo/swiper
|
||||||
(use-package ivy
|
(use-package ivy
|
||||||
:defer 0.1 ;; TODO: fixes ivy not loading at startup, not sure why
|
:defer 0.1 ;; TODO: fixes ivy not loading at startup, not sure why
|
||||||
:diminish
|
:diminish
|
||||||
:bind (("C-x B" . ivy-switch-bufer-other-window)
|
:bind (("C-x B" . ivy-switch-buffer-other-window)
|
||||||
:map ivy-minibuffer-map
|
:map ivy-minibuffer-map
|
||||||
("TAB" . ivy-alt-done)
|
("TAB" . ivy-alt-done)
|
||||||
:map ivy-switch-buffer-map
|
:map ivy-switch-buffer-map
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue