about summary refs log tree commit diff
path: root/pkgs/top-level/emacs-packages.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-12-17 06:56:28 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-12-19 09:31:46 -0600
commit9268f0e67610b289c0e7fafd1d354499b9f3465f (patch)
tree53256c1a71fa5c2e8b01e40584a189e855ed54c6 /pkgs/top-level/emacs-packages.nix
parentdadfd93811c9ddef93024f164edef636bdd48481 (diff)
downloadnixlib-9268f0e67610b289c0e7fafd1d354499b9f3465f.tar
nixlib-9268f0e67610b289c0e7fafd1d354499b9f3465f.tar.gz
nixlib-9268f0e67610b289c0e7fafd1d354499b9f3465f.tar.bz2
nixlib-9268f0e67610b289c0e7fafd1d354499b9f3465f.tar.lz
nixlib-9268f0e67610b289c0e7fafd1d354499b9f3465f.tar.xz
nixlib-9268f0e67610b289c0e7fafd1d354499b9f3465f.tar.zst
nixlib-9268f0e67610b289c0e7fafd1d354499b9f3465f.zip
emacsPackagesNg: update user documentation
Diffstat (limited to 'pkgs/top-level/emacs-packages.nix')
-rw-r--r--pkgs/top-level/emacs-packages.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix
index 3a93a32d1609..6728280c3bc3 100644
--- a/pkgs/top-level/emacs-packages.nix
+++ b/pkgs/top-level/emacs-packages.nix
@@ -2,12 +2,10 @@
 
 ## FOR USERS
 #
-# Recommended way: simply use `emacsWithPackages` from
-# `all-packages.nix` with the packages you want.
+# Recommended: simply use `emacsWithPackages` with the packages you want.
 #
-# Possible way: use `emacs` from `all-packages.nix`, install
-# everything to a system or user profile and then add this at the
-# start your `init.el`:
+# Alterative: use `emacs`, install everything to a system or user profile
+# and then add this at the start your `init.el`:
 /*
   (require 'package)