From 7aeff12e66ba830770fa0dbf34a2be8f262804a4 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Wed, 7 Sep 2022 08:08:53 +1200 Subject: [PATCH] emacs: Enable Xaw3d by default It's a really small closure size increase and has nicer scroll bars for those that use them. --- pkgs/top-level/all-packages.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 5d2f6ac66b91..e50949aef8b8 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -27150,7 +27150,6 @@ with pkgs; emacs28 = callPackage ../applications/editors/emacs/28.nix { # use override to enable additional features libXaw = xorg.libXaw; - Xaw3d = null; gconf = null; alsa-lib = null; acl = null;