Added --aot flag to doom-sync
This commit is contained in:
parent
0997ec9f49
commit
8bb191aa4f
2 changed files with 4 additions and 3 deletions
|
|
@ -31,6 +31,7 @@ in {
|
|||
pipenv
|
||||
python313Packages.nose2
|
||||
python313Packages.pytest
|
||||
graphviz
|
||||
shellcheck
|
||||
nodejs_23
|
||||
|
||||
|
|
@ -42,7 +43,7 @@ in {
|
|||
pidof emacs || ${emacs}/bin/emacs --daemon &
|
||||
'')
|
||||
(pkgs.writeShellScriptBin "doom-sync" ''
|
||||
~/.emacs.d/bin/doom sync
|
||||
~/.emacs.d/bin/doom sync --aot --force
|
||||
'')
|
||||
(pkgs.writeShellScriptBin "doom-upgrade" ''
|
||||
~/.emacs.d/bin/doom upgrade
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue