You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that using counsel-M-x sets last-command. This means that I can't do (if (eq this-command last-command) ...) to see if my command is being called repeatedly.
I've noticed that using
counsel-M-xsetslast-command. This means that I can't do(if (eq this-command last-command) ...)to see if my command is being called repeatedly.