aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-08-07 23:52:22 +0100
committeradisbladis <adisbladis@gmail.com>2019-08-30 16:43:16 +0100
commit41d1b8fa883724c2f14ee214b9373f9bed9b7cd0 (patch)
treee8514519f44d8c0a4df6d655ad5343baefb656bf /doc
parentbd87895d7302f30724e8f97b8c238bdc7435d077 (diff)
emacsPackages: Drop old emacsPackages (non-NG) sets
These have been deprecated for a long time now and has not seen much maintenance.
Diffstat (limited to 'doc')
-rw-r--r--doc/package-specific-user-notes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/package-specific-user-notes.xml b/doc/package-specific-user-notes.xml
index 196c760251f..a176f4d1395 100644
--- a/doc/package-specific-user-notes.xml
+++ b/doc/package-specific-user-notes.xml
@@ -6,7 +6,7 @@
answer some of the frequently asked questions
related to Nixpkgs use.
- Some useful information related to package use
+ Some useful information related to package use
can be found in <link linkend="chap-package-notes">package-specific development notes</link>.
</para>
@@ -196,7 +196,7 @@ overrides = self: super: rec {
haskell-mode = self.melpaPackages.haskell-mode;
...
};
-((emacsPackagesNgGen emacs).overrideScope' overrides).emacsWithPackages (p: with p; [
+((emacsPackagesGen emacs).overrideScope' overrides).emacsWithPackages (p: with p; [
# here both these package will use haskell-mode of our own choice
ghc-mod
dante