Use the Doom Emacs CLI
masterThe doom command is the primary interface for managing Doom Emacs. It handles package management, diagnostics, unit tests, and byte-compilation. The CLI can also be used to launch Emacs from different directories or with different private modules using specific flags.
Common Aliases
doom sync(ordoom s): Synchronize configuration.doom profile(ordoom pf): Manage profiles.doom upgrade(ordoom up): Upgrade Doom Emacs.doom doctor(ordoom doc): Run diagnostics.
doom sync