From 4096dc75b972b46cc56a42118a93c41534836236 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Wed, 11 Sep 2024 07:34:47 -0700 Subject: [PATCH] Bump doom emacs --- home/modules/emacs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/emacs/default.nix b/home/modules/emacs/default.nix index 9720693..a8e1d80 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 = "ac1122ae67d762e09fc6684945b52adff96cf1dc"; + rev = "5ad99220b86ae1bf421861dfad24492d768ac4d9"; }; # 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