mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Rename make compile-lite => make core
This commit is contained in:
4
Makefile
4
Makefile
@ -25,8 +25,8 @@ recompile: init.el
|
|||||||
compile: init.el clean
|
compile: init.el clean
|
||||||
@$(EMACS) -f doom/compile
|
@$(EMACS) -f doom/compile
|
||||||
|
|
||||||
compile-lite: init.el clean
|
core: init.el clean
|
||||||
@$(EMACS) -f doom/compile-lite
|
@$(EMACS) -f doom/compile -- init.el core/{,autoload/}*.el
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@$(EMACS) -f doom/clean-compiled
|
@$(EMACS) -f doom/clean-compiled
|
||||||
|
@ -36,9 +36,9 @@ it. DOOM is designed to benefit from this. It will boost startup times and make
|
|||||||
Emacs feel a bit snappier in general.
|
Emacs feel a bit snappier in general.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make compile # may take a while
|
make compile # may take a while
|
||||||
# or
|
# or
|
||||||
make compile-lite # faster alternative; only compiles core files
|
make core # faster alternative; only compiles init.el & core files
|
||||||
|
|
||||||
# If you byte-compile, changes to the config won't take effect until you
|
# If you byte-compile, changes to the config won't take effect until you
|
||||||
# recompile or delete the byte-compiled files with:
|
# recompile or delete the byte-compiled files with:
|
||||||
|
Reference in New Issue
Block a user