Bump doom emacs

This commit is contained in:
2024-09-11 07:34:47 -07:00
parent 18afc61e33
commit 4096dc75b9

View File

@@ -32,7 +32,7 @@ in {
source = fetchGit { source = fetchGit {
url = "https://github.com/doomemacs/doomemacs.git"; url = "https://github.com/doomemacs/doomemacs.git";
# When updating me, remember to run `doom sync` # When updating me, remember to run `doom sync`
rev = "ac1122ae67d762e09fc6684945b52adff96cf1dc"; rev = "5ad99220b86ae1bf421861dfad24492d768ac4d9";
}; };
# We need to use recursive mode here or else doom fails to sync for # We need to use recursive mode here or else doom fails to sync for
# some reason related to the permissions on the synced path. I'm not # some reason related to the permissions on the synced path. I'm not