summaryrefslogtreecommitdiff
path: root/notes.org
diff options
context:
space:
mode:
Diffstat (limited to 'notes.org')
-rw-r--r--notes.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/notes.org b/notes.org
new file mode 100644
index 0000000..75ae6a1
--- /dev/null
+++ b/notes.org
@@ -0,0 +1,15 @@
+* package.el
+
+- package-directory-list (v)
+ list of additional directories containing elpa packages. In particular this has an emacs version specific directory where we can install byte compiled files.
+
+- package-unpack (f)
+
+ does the actual installation, using dynamically bound
+ *package-user-dir*. The current version is safe to call without
+ network access, but it's probably considered internal.
+
+* workflow
+** at package build time
+- install using package-unpack (or workalike) into
+ $(DESTDIR)/usr/share/emacs/site-lisp/elpa