diff options
| -rw-r--r-- | oni-core.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el index 8e7798b..711ac76 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2025.0728.160458 +;; Version: 2026.0501.115317 ;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr mini-frame) ;; This program is free software; you can redistribute it and/or modify @@ -417,6 +417,7 @@ _s_: String list" ;;; Vertico (vertico-mode) +(vertico-prescient-mode) (define-key vertico-map (kbd "<return>") 'vertico-directory-enter) (define-key vertico-map (kbd "<backspace>") 'vertico-directory-delete-char) |
