From e2f1783589e80ea549321c57df170ed495c34218 Mon Sep 17 00:00:00 2001 From: "Itai Y. Efrat" Date: Mon, 17 May 2021 00:14:55 +0300 Subject: [PATCH] selectrum: pass target to `embark-action-indicator` function spec changed upstream --- modules/completion/selectrum/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/selectrum/config.el b/modules/completion/selectrum/config.el index 2d5e447e6..5bac5fd8d 100644 --- a/modules/completion/selectrum/config.el +++ b/modules/completion/selectrum/config.el @@ -121,7 +121,7 @@ (use-package! embark :init (setq embark-action-indicator - (lambda (map) + (lambda (map _target) (which-key--show-keymap "Embark" map nil nil 'no-paging) #'which-key--hide-popup-ignore-command) embark-become-indicator embark-action-indicator)