summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-11-04 20:51:22 -0600
committerSimon Parri <simonparri@ganzeria.com>2025-11-04 20:51:22 -0600
commit93c61b2155827281fb7870ce5f1ade32cdf196a7 (patch)
treef1ed6596307342666e36fa53865cdd08452bc25e
parentee010aaebe1e610344770101c9c8831b8deca71d (diff)
downloadnixos-config-93c61b2155827281fb7870ce5f1ade32cdf196a7.tar.gz
nixos-config-93c61b2155827281fb7870ce5f1ade32cdf196a7.zip
modules/overlays/emacs: Update git commit
-rw-r--r--modules/overlays/emacs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/overlays/emacs.nix b/modules/overlays/emacs.nix
index 31a9cc5..3580fbd 100644
--- a/modules/overlays/emacs.nix
+++ b/modules/overlays/emacs.nix
@@ -12,8 +12,8 @@ final: prev: {
patches = patches ++ [./emacs-alpha-dividers.patch];
src = prev.fetchFromSavannah {
repo = "emacs";
- rev = "3dc022a0237389e2904a200da01f41dad779f1d9";
- hash = "sha256-23GKU/Z/FGShYdawzt7EPquZKMpZw1FyVgH8b0XmCjU=";
+ rev = "abcc099c732489354f8f2be70b9a919fffeb3d84";
+ hash = "sha256-uOF881PUJ54OHnITU5a9ftuxyS9YbatYXPKOEfZYmPA=";
};
});
}