refactor!(cli): remove compile and clean commands

BREAKING CHANGE: This removes the 'doom compile' and 'doom clean'
commands, and offers no immediate replacement for them (and no plan to
include one). In the future, byte-compilation of Doom's internals will
be baked into 'doom sync', but until then, Doom is not optimized to take
advantage of byte-compilation, and forcing it provides no benefit.
This commit is contained in:
Henrik Lissner 2024-03-22 17:02:26 -04:00
parent 18c88621a4
commit 63c470bff3
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 0 additions and 218 deletions

View file

@ -3,7 +3,6 @@
;;; Code:
(load! "packages")
(load! "compile")
;;