From f8c23bc4676dafc9295bde112053abe4f6edcb66 Mon Sep 17 00:00:00 2001 From: Psionik K <73710933+psionic-k@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:41:19 +0900 Subject: [PATCH] Found some more commands that don't update this-command Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com> --- command-log.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/command-log.el b/command-log.el index de82e6d..e9bcaf3 100644 --- a/command-log.el +++ b/command-log.el @@ -312,6 +312,9 @@ about commands that will override the setting of `'post-command'." (defcustom command-log-post-excepting-pre-commands `(counsel-M-x + universal-argument-more + universal-argument + digit-argument execute-extended-command ,(command-remapping 'execute-extended-command)) ; whatever the user's remap is "A list of commands that do not update `this-command'.