Skip to content

Commit

Permalink
bind only ivy-minibuffer-mpa
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang Chunye committed Mar 21, 2020
1 parent 3631323 commit d6ff46a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,13 @@
(use-package ivy
:defer 2
:diminish ivy-mode
:defines (ivy-use-virtual-buffers ivy-initial-inputs-alist ivy-display-style ivy-count-format)
:defines (ivy-use-virtual-buffers
ivy-initial-inputs-alist
ivy-display-style ivy-count-format
ivy-minibuffer-map)
:functions (ivy-mode)
:hook (after-init-idle . ivy-mode)
:bind (:map ivy-mode-map
:bind (:map ivy-minibuffer-map
(("C-w" . ivy-yank-word)))
:config
(ivy-mode 1)
Expand Down

0 comments on commit d6ff46a

Please sign in to comment.