selectrum: pass target to embark-action-indicator
function spec changed upstream
This commit is contained in:
parent
5656e397de
commit
e2f1783589
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue