mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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.