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