mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
e.g. some sly commands (like sly-compile-defun) log to the echo area, but company-abort was being called every time normal mode is invoked (which happens more often than you'd think). It would be fine if company-abort noop'ed if company wasn't active, but it doesn't; side effects ensue.