diff options
author | jao <jao@gnu.org> | 2021-04-06 04:58:22 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-06 04:58:22 +0100 |
commit | 09b2f342d9cb551ad546fd77a8b6d29905bd1c54 (patch) | |
tree | 2477cf6da69d1ac46c37b661985490c5f4be7a44 | |
parent | f0efc2f9e3fe7eaf4062a56141cc1f4fb908e760 (diff) | |
download | elibs-09b2f342d9cb551ad546fd77a8b6d29905bd1c54.tar.gz elibs-09b2f342d9cb551ad546fd77a8b6d29905bd1c54.tar.bz2 |
custom embark-show-keymap without selectrum
-rw-r--r-- | completion.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/completion.org b/completion.org index 7e6f6d0..aa3f015 100644 --- a/completion.org +++ b/completion.org @@ -313,8 +313,7 @@ (lambda () (embark-kill-buffer-and-window jao-embark--actions-buffer) (when (or (bound-and-true-p selectrum-is-active) - (and (boundp 'minicomp--input) - (stringp minicomp--input))) + (bound-and-true-p current-minibuffer-command)) (select-window (minibuffer-window)))))) (setq embark-action-indicator #'jao-embark--show-keymap |