From 5ac7e0df23118d976ccacbd4bf0a5bbfb11316d3 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Fri, 19 Jul 2024 09:05:16 -0700 Subject: [PATCH] bump doom-emacs --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 4721633..7987ff2 100644 --- a/home.nix +++ b/home.nix @@ -83,7 +83,7 @@ with import {}; ".config/emacs" = { source = fetchGit { url = "https://github.com/doomemacs/doomemacs.git"; - rev = "1eaa1aef2ccbb2efbf71bc10b0526a63b8d6121f"; + rev = "36e7aaa619342eff61b1daf3ac664f94d5272db7"; }; recursive = true; onChange = "bash -c \"doom sync -u -j $((`nproc`/4*3))\"";