~ruther/emacs.d

7b86886721292f21f24f35b5f53bb405cccc3d02 — Rutherther 9 days ago f511672 main
feat: rebind minibuffer-completion-help

Cannot type ? ...
1 files changed, 2 insertions(+), 2 deletions(-)

M init.el
M init.el => init.el +2 -2
@@ 37,7 37,7 @@
    :states '(motion normal insert visual emacs)
    :keymaps 'override
    :prefix "SPC"
    :non-normal-prefix "M-SPC")
    :non-normal-prefix "M-h")
  (general-create-definer my-local-leader
    :states 'normal
    :keymaps 'override


@@ 312,7 312,7 @@
    ;; Exit without substituting selected
    ("M-RET" . vertico-exit-input)

	  ("?" . minibuffer-completion-help)
	  ("M-?" . minibuffer-completion-help)
	  ("M-TAB" . minibuffer-complete))
  :general
  (my-leader "'" '(vertico-repeat :wk "Last search"))

Do not follow this link