Fix completion-preview
This commit is contained in:
parent
73530f887f
commit
b7dd3010a0
6
init.el
6
init.el
@ -1114,10 +1114,10 @@ visual states."
|
|||||||
(use-package completion-preview
|
(use-package completion-preview
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:defer nil
|
:defer nil
|
||||||
;; adjust parens can shadow this if it is not bound to <tab>
|
|
||||||
:bind (:map completion-preview-active-mode-map
|
|
||||||
("<tab>" . #'completion-preview-insert))
|
|
||||||
:config
|
:config
|
||||||
|
(add-to-list
|
||||||
|
'emulation-mode-map-alists
|
||||||
|
`((completion-preview-active-mode . ,completion-preview-active-mode-map)))
|
||||||
(global-completion-preview-mode 1))
|
(global-completion-preview-mode 1))
|
||||||
|
|
||||||
;; corfu (autocomplete)
|
;; corfu (autocomplete)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user