Hej fellow 'macsers,
TL;DR: Can you tell me which function emacs invokes to ask for auth data?
I recently heard of mini-frame-mode
and fell in love. While I see the need to have a vertical display for functions and variable descriptions (marginalia ftw!), I have always been irritated by a new buffer appearing "out of nowhere" on the bottom of my screen, moving the modeline etc.
So, I have adjusted the looks of mini-frame-mode
to my liking. Now, there is one piece missing: whenever I push to my git repository, mini-frame-mode
opens to prompt me for my git auth data. I don't want mini-frame-mode
to handle this; instead, I want the password prompt to appear in the original mini buffer on the bottom.
I know of the mini-frame-ignore-commands
variable. However, I don't know which program is evoked by emacs to ask me for the password. I tried skimming the Messages Buffer for it, but adding magit-process-username-prompt
and magit-process-password-prompt
to the list didn't change anything, and I was unable to find a reference to another function in the packages' code.
Thus: can you tell me which function emacs invokes to ask for auth data?
Have a good day, folks :)