X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/e559638cc74fc90ddaf5dc471ac5edf88b1330e9..155f2a601e2f2b6e31c60b6df11fbdd90b39635a:/packages/swiper/README.md diff --git a/packages/swiper/README.md b/packages/swiper/README.md index 7f06e504c..d80cf2bfa 100644 --- a/packages/swiper/README.md +++ b/packages/swiper/README.md @@ -15,6 +15,18 @@ The package uses the `ivy` back end for the overview, see also There's also a ten minute [video demo](https://www.youtube.com/watch?v=VvnJQpTFVDc). +## Installation + +You can install the package from MELPA / GNU ELPA. +Here is some minimal configuration: + +```elisp +(ivy-mode 1) +(setq ivy-use-virtual-buffers t) +(global-set-key "\C-s" 'swiper) +(global-set-key "\C-r" 'swiper) +``` + ## Issues Recently, the `ivy` package that provided `ivy.el` was removed from MELPA. Now, the `swiper` package provides `ivy.el`. You should remove the outdated `ivy` package from your system.