aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-05-10 23:56:16 +0800
committerGuangxiong Lin <[email protected]>2022-05-10 23:56:16 +0800
commit32d6f340d3fb74fb3ca15e068f89ef92bcf7b880 (patch)
treef70bd217c5897711d6ea14f288f0dd646ea485dd /.emacs.d
parent63750be6d913da59435ccf1a05c0f28bb2b1b049 (diff)
downloaddotfiles-32d6f340d3fb74fb3ca15e068f89ef92bcf7b880.tar.gz
dotfiles-32d6f340d3fb74fb3ca15e068f89ef92bcf7b880.tar.bz2
dotfiles-32d6f340d3fb74fb3ca15e068f89ef92bcf7b880.zip
Increase search experience in emacs
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el
index 96e6dbf..95cb571 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -47,6 +47,7 @@
(setq affe-find-command
"fd --type f --hidden --follow --exclude .git"))
+(setq affe-count most-positive-fixnum)
(when (gx/maybe-require-package 'affe)
(autoload 'affe-find "affe")
(autoload 'affe-grep "affe")