1
0
Fork 0

[oni-core] Only show relevant commands for the current mode

This commit is contained in:
Tom Willemse 2023-08-06 00:11:17 -07:00
parent e7acc034ee
commit d934aef413

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2023.0806.000329
;; Version: 2023.0806.001105
;; 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
@ -373,6 +373,8 @@ _s_: String list"
(setq minibuffer-prompt-properties
(append '(cursor-intangible t) minibuffer-prompt-properties))
(setq read-extended-command-predicate 'command-completion-default-include-p)
;;; Vertico
(vertico-mode)