mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
use-package's :after keyword introduces some load order behavior that complicates the user's ability to target it with either after! or with-eval-after-load. Best to avoid it. Ref: jwiegley/use-package#829