This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will block this actor and hide all of their past and future posts. Are you certain you want to block this actor?
This action will block this object. Are you certain you want to block this object?
after all these years it still amazes me how often i fat-finger ^X^C and accidentally exit emacs...
@toddsundsted Me too.
(setq confirm-kill-emacs 'y-or-n-p)
@gd after all these years it still amazes what i learn about emacs. thanks! 馃榾
@toddsundsted I used to share your pain - and then I unbound that key-binding (why would you want to exit #Emacs anyway?). And besides, there's always M-x save-buffers-kill-emacs if you really do want to escape for some reason 馃槵
@toddsundsted @gd yeah, also sounds like a good option, and yet another thing that I didn't know existed despite having used Emacs for quite a while now...
@stevoooo @toddsundsted I rebound it to C-x C-c C-x C-c.
(global-unset-key (kbd "C-x C-c"))
(global-set-key (kbd "C-x C-c C-x C-c") 'kill-emacs)