3
0
Fork 0
forked from mirrors/nixpkgs
Nix Packages collection
Find a file
Peter Simons 3d02ab54dd emacs: Lower prio of emacs-23 and generally get options from ${NIXPKGS_CONFIG}.
By default, 'nix-env --install emacs' will install Emacs 22.3, which is the
latest stable release. Furthermore, the following options are now supported:

  emacs =
  {
    xawSupport = false;         # used only by emacs 23
    xaw3dSupport = false;
    gtkSupport = true;
    xftSupport = true;          # used only by emacs 23
  };

svn path=/nixpkgs/trunk/; revision=12922
2008-09-25 21:38:16 +00:00
doc * Stdenv functions. 2008-09-05 11:23:49 +00:00
maintainers
pkgs emacs: Lower prio of emacs-23 and generally get options from ${NIXPKGS_CONFIG}. 2008-09-25 21:38:16 +00:00
COPYING
default.nix
STABLE
VERSION * Quick start section. 2008-06-17 14:19:59 +00:00