From 9268f0e67610b289c0e7fafd1d354499b9f3465f Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Thu, 17 Dec 2015 06:56:28 -0600 Subject: [PATCH] emacsPackagesNg: update user documentation --- pkgs/top-level/emacs-packages.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix index 3a93a32d160..6728280c3bc 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)