emacs: Enable Xaw3d by default
It's a really small closure size increase and has nicer scroll bars for those that use them.
This commit is contained in:
parent
ab265225e8
commit
7aeff12e66
@ -27150,7 +27150,6 @@ with pkgs;
|
|||||||
emacs28 = callPackage ../applications/editors/emacs/28.nix {
|
emacs28 = callPackage ../applications/editors/emacs/28.nix {
|
||||||
# use override to enable additional features
|
# use override to enable additional features
|
||||||
libXaw = xorg.libXaw;
|
libXaw = xorg.libXaw;
|
||||||
Xaw3d = null;
|
|
||||||
gconf = null;
|
gconf = null;
|
||||||
alsa-lib = null;
|
alsa-lib = null;
|
||||||
acl = null;
|
acl = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user