mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Writing a debugger for Elisp is too much hassle. `debug` itself isn't very customizable without a *lot* of boilerplate, so instead of writing my own, it's more effective to advise debug instead. Certainly, I don't do anything with it yet, but I will soon.