summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.org b/README.org
index 894de19..2348ba2 100644
--- a/README.org
+++ b/README.org
@@ -10,9 +10,12 @@ user!). Perhaps the most important improvement is that no file
* Limitations
-This tool is currently at the proof of concept stage. It currently does not
-support byte compilation.
+- This tool is currently not very well tested.
-package.el gets confused if you have both a system and a user elpa
-package and refuses to delete the user one unless you delete the
-system one first.
+- Currently all of the emacs lisp files are installed into one
+ directory; this might break packages that do fancier things with
+ load-path.
+
+- package.el gets confused if you have both a system and a user elpa
+ package and refuses to delete the user one unless you delete the
+ system one first.