• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: October 22nd, 2023

help-circle
  • Doom Emacs has great optimizations for this.

    You should manage your packages and defer those that are not immediately necessary (using use-package options and consider using benchmark to control initialization time).

    If you truly want to achieve blazing speed, consider running Emacs as a daemon (Emacs Daemon).