diff --git a/home/modules/emacs/default.nix b/home/modules/emacs/default.nix index a8e1d80..3a34c13 100644 --- a/home/modules/emacs/default.nix +++ b/home/modules/emacs/default.nix @@ -32,7 +32,7 @@ in { source = fetchGit { url = "https://github.com/doomemacs/doomemacs.git"; # When updating me, remember to run `doom sync` - rev = "5ad99220b86ae1bf421861dfad24492d768ac4d9"; + rev = "f425f2ff3da584cfe2676f6b9cf1d81a690a75e5"; }; # 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