From bc2d88b22ec7bf65e02377ac506276ce293be0fd Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 23 Sep 2010 14:38:23 +0200 Subject: [PATCH] Simple fix of the package status note. --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 3caab041..0c96ec80 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -109,8 +109,8 @@ You see that +el-get-sources+ exemple up there? It finishes with a single +(el-get)+ call. That's it. It will 'install' new +sources+ on the list and only 'init' already installed ones. -Tracking if a +source+ is not by checking for the existance of a directory -or symlink in +el-get-dir+, defaulting to +~/.emacs.d/el-get+. +The status of each package is tracked into +~/.emacs.d/el-get/.status.el+ +(by default) and can get the values +required+, +installed+ or +removed+. === Sync or async?