ananthakumaran / exunit.el

Emacs ExUnit test runner
42 stars 15 forks source link

`universal-argument` not working in Doom Emacs #17

Open peaceful-james opened 1 year ago

peaceful-james commented 1 year ago

The title says it all.

C-u has no effect on the exunit commands in Doom Emacs. I cannot figure out why this is.

ananthakumaran commented 1 year ago

It's because I have broken the behavior while switching to transient based UI, I will try to fix it soon

aymanosman commented 11 months ago

@peaceful-james I landed on this issue because I wanted to use the prefix argument to supply --exclude options. In trying to add support for that feature I ended up just extending the transient interface. See #19.