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
|
pipenv
|
||||||
python313Packages.nose2
|
python313Packages.nose2
|
||||||
python313Packages.pytest
|
python313Packages.pytest
|
||||||
|
graphviz
|
||||||
shellcheck
|
shellcheck
|
||||||
nodejs_23
|
nodejs_23
|
||||||
|
|
||||||
|
|
@ -42,7 +43,7 @@ in {
|
||||||
pidof emacs || ${emacs}/bin/emacs --daemon &
|
pidof emacs || ${emacs}/bin/emacs --daemon &
|
||||||
'')
|
'')
|
||||||
(pkgs.writeShellScriptBin "doom-sync" ''
|
(pkgs.writeShellScriptBin "doom-sync" ''
|
||||||
~/.emacs.d/bin/doom sync
|
~/.emacs.d/bin/doom sync --aot --force
|
||||||
'')
|
'')
|
||||||
(pkgs.writeShellScriptBin "doom-upgrade" ''
|
(pkgs.writeShellScriptBin "doom-upgrade" ''
|
||||||
~/.emacs.d/bin/doom upgrade
|
~/.emacs.d/bin/doom upgrade
|
||||||
|
|
|
||||||
|
|
@ -56,8 +56,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
clock = {
|
clock = {
|
||||||
format-alt = "{:%Y-%m-%d}";
|
format-alt = "{:%d-%m-%Y}";
|
||||||
tooltip-format = "{:%Y-%m-%d | %H:%M}";
|
tooltip-format = "{:%d-%m-%Y | %H:%M}";
|
||||||
};
|
};
|
||||||
cpu = {
|
cpu = {
|
||||||
format = "{usage}% ";
|
format = "{usage}% ";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue