mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
selectrum: pass target to embark-action-indicator
function spec changed upstream
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user