Add new binding for completion preview mode
This commit is contained in:
2
init.el
2
init.el
@ -1114,6 +1114,8 @@ visual states."
|
|||||||
(use-package completion-preview
|
(use-package completion-preview
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:defer nil
|
:defer nil
|
||||||
|
:bind (:map completion-preview-active-mode-map
|
||||||
|
("M-p" . completion-preview-insert))
|
||||||
:config
|
:config
|
||||||
(add-to-list
|
(add-to-list
|
||||||
'emulation-mode-map-alists
|
'emulation-mode-map-alists
|
||||||
|
Reference in New Issue
Block a user