Update doomemacs

This commit is contained in:
2024-09-07 14:57:16 -07:00
parent a753164efc
commit 5571ac8657

View File

@@ -30,7 +30,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 = "36e7aaa619342eff61b1daf3ac664f94d5272db7"; rev = "ac1122ae67d762e09fc6684945b52adff96cf1dc";
}; };
# 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