selectrum: pass target to embark-action-indicator

function spec changed upstream
This commit is contained in:
Itai Y. Efrat 2021-05-17 00:14:55 +03:00
parent 5656e397de
commit e2f1783589

View file

@ -121,7 +121,7 @@
(use-package! embark (use-package! embark
:init :init
(setq embark-action-indicator (setq embark-action-indicator
(lambda (map) (lambda (map _target)
(which-key--show-keymap "Embark" map nil nil 'no-paging) (which-key--show-keymap "Embark" map nil nil 'no-paging)
#'which-key--hide-popup-ignore-command) #'which-key--hide-popup-ignore-command)
embark-become-indicator embark-action-indicator) embark-become-indicator embark-action-indicator)