doomemacs/modules/ui/doom-quit
Henrik Lissner 88844e9cec docs: simplify internal docs links
Fewer links means less confusion.

- Merge doom-issue and doom-commit links into doom-ref (for auto-linking
  Issue/PR/commit references).
- Merge doom-module-source and doom-docs-source links into doom-source.
- Rename doom-report-issue to doom-report.
- Use '!' as the icon for module issues link.
- Remove doom-repo (replaced with "doom:*" in :lang org module).
- Add doomdir and emacsdir links to :lang org module.
2021-11-21 20:04:28 +01:00
..
config.el feat(doom-quit): holy hercules! more portal lines 2021-09-11 18:38:23 +02:00
README.org docs: simplify internal docs links 2021-11-21 20:04:28 +01:00

:ui doom-quit

Back to module index ! Issues ↖ Github ± Suggest edits ? Help


Description   unfold

A silly module that throws cute confirmation prompts at you when you exit Emacs, like DOOM (the game) did. Some quotes are from the classic games, others are random, nerdy references that no decent human being has any business recognizing.

Module flags

This module has no flags.

Packages

This module doesn't install any packages.

Hacks

No hacks documented for this module.

TODO Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

This module has no external requirements.

Usage

Quit Emacs with <leader> q q and watch it go. The prompt only happens if you have (real) buffers open.

🚧 This module won't kick in when killing daemon frames (because that isn't actually “quitting” Emacs).

Configurations

The messages presented by this module can be customized by changing the +doom-quit-messages variable:

(setq +doom-quit-messages
      '(;;from doom 2
        "Don't go now, there's a dimensional shambler waiting at the dos prompt!"
        "Get outta here and go back to your boring programs."
        "If I were your boss, I'd deathmatch ya in a minute!"
        "Look, bud. You leave now and you forfeit your body count!"
        "You're lucky I don't smack you for thinking about leaving."))

Troubleshooting

If you have any issues with this module do let me know

Frequently asked questions

This module has no FAQs yet. Ask one?

Appendix

Functions