diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 21:48:05 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 21:48:05 -0400 |
| commit | c1229075fbed30c7dcffc84e7ca11c2191dda11b (patch) | |
| tree | 5a9b73cd7257880d06831e69f33041e0c8ff2c32 /.config/emacs/minibuffer.el | |
| parent | 8c4e09dff83847ac7f07bf1da7751e9328006c4d (diff) | |
more fixes to make it actually actually work
Diffstat (limited to '.config/emacs/minibuffer.el')
| -rw-r--r-- | .config/emacs/minibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/minibuffer.el b/.config/emacs/minibuffer.el index 7a90e85..b7b13af 100644 --- a/.config/emacs/minibuffer.el +++ b/.config/emacs/minibuffer.el @@ -58,7 +58,7 @@ :ensure t :custom (prescient-aggressive-file-save t) - (prescient-sort-length-enable nil) + (prescient-sort-length-enable t) ; testing this out (prescient-sort-full-matches-first t) (prescient-history-length 200) (prescient-frequency-decay 0.997) |
