summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-07-21 10:21:21 +0200
committerDavid Bremner <david@tethera.net>2015-07-21 10:21:21 +0200
commitb26925ba349d7c65ec2eddf5e82ce7654d4fa0a7 (patch)
tree37f15782b3cc5183584741c1a8ce4fa02b41b6ba
parent3df21f356c69ebb3e9fe0f25c3eaf3aab94cb81f (diff)
update README
actually, it does support byte compilation now.
-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.