emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 78b62f2 102/399: README.md: Mention char-fold-to-regexp


From: Oleh Krehel
Subject: [elpa] master 78b62f2 102/399: README.md: Mention char-fold-to-regexp
Date: Sat, 20 Jul 2019 14:56:57 -0400 (EDT)

branch: master
commit 78b62f2e730796780e527a04f0a2af923c9a564a
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    README.md: Mention char-fold-to-regexp
    
    Fixes #1977
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 43d4ce5..658504f 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,8 @@ Ivy and Swiper wiki is here: [the 
wiki](https://github.com/abo-abo/swiper/wiki).
 (ivy-mode 1)
 (setq ivy-use-virtual-buffers t)
 (setq enable-recursive-minibuffers t)
+;; enable this if you want `swiper' to use it
+;; (setq search-default-mode #'char-fold-to-regexp)
 (global-set-key "\C-s" 'swiper)
 (global-set-key (kbd "C-c C-r") 'ivy-resume)
 (global-set-key (kbd "<f6>") 'ivy-resume)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]