bump doom-emacs

This commit is contained in:
2024-07-19 09:05:16 -07:00
parent 13e35f20c9
commit 5ac7e0df23

View File

@@ -83,7 +83,7 @@ with import <nixpkgs> {};
".config/emacs" = {
source = fetchGit {
url = "https://github.com/doomemacs/doomemacs.git";
rev = "1eaa1aef2ccbb2efbf71bc10b0526a63b8d6121f";
rev = "36e7aaa619342eff61b1daf3ac664f94d5272db7";
};
recursive = true;
onChange = "bash -c \"doom sync -u -j $((`nproc`/4*3))\"";