summaryrefslogtreecommitdiff
path: root/modules/overlays/emacs.nix
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-10-23 22:31:06 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-10-23 22:31:06 -0500
commitfc21e3ca69646ea1e031d0a677606d27b4323eba (patch)
tree7dd71df46773391233894d9ff659aa60a2108efc /modules/overlays/emacs.nix
parent2d7e31fbfb09ec2a5575ebaacb2b545afc1969ce (diff)
downloadnixos-config-fc21e3ca69646ea1e031d0a677606d27b4323eba.tar.gz
nixos-config-fc21e3ca69646ea1e031d0a677606d27b4323eba.zip
modules/overlays/emacs: Patch to make window dividers transparent
From https://github.com/djeis97/emacs/tree/transparency, modified to apply on current Emacs.
Diffstat (limited to 'modules/overlays/emacs.nix')
-rw-r--r--modules/overlays/emacs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/overlays/emacs.nix b/modules/overlays/emacs.nix
index b94b13b..da7cc0e 100644
--- a/modules/overlays/emacs.nix
+++ b/modules/overlays/emacs.nix
@@ -10,6 +10,7 @@ final: prev: {
["--with-x-toolkit=lucid" "--with-toolkit-scroll-bars"])
configureFlags ++ ["--with-x-toolkit=no" "--without-toolkit-scroll-bars"];
version = "31.0.50";
+ patches = patches ++ [./emacs-alpha-dividers.patch];
src = prev.fetchFromSavannah {
repo = "emacs";
rev = "ce7f2b93bb4dc17ae083ca33327c618a2038f420";