Replies: 1 comment
-
|
This question has been answered over and over again, also in the reddit post. The confirmation prompt can be disabled via Embark, but I do not recommend that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like this Reddit post: https://old.reddit.com/r/emacs/comments/16g08me/killbuffer_from_the_minibuffer_after_mx/
Embark has that feature but you have to type
C-. k y. Mapping sayM-ktoC-. k ydoes not work because you cannot afaik get rid of the confirmation prompt. With some clumsy elisp I can makeM-kkill the selected buffer. But I also want it to refresh and remove the killed buffer from the completion list.Beta Was this translation helpful? Give feedback.
All reactions