From 5571ac86571242731d45fc4ab0ec68ca9d5de208 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 7 Sep 2024 14:57:16 -0700 Subject: [PATCH] Update doomemacs --- home/modules/applications/emacs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/applications/emacs/default.nix b/home/modules/applications/emacs/default.nix index 4a53f4f..beae966 100644 --- a/home/modules/applications/emacs/default.nix +++ b/home/modules/applications/emacs/default.nix @@ -30,7 +30,7 @@ in { source = fetchGit { url = "https://github.com/doomemacs/doomemacs.git"; # 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 # some reason related to the permissions on the synced path. I'm not