aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRaúl Benencia <rul@kalgan.cc>2019-06-23 11:43:30 -0700
committerRaúl Benencia <rul@kalgan.cc>2019-06-23 13:32:01 -0700
commit284c8327c95bb0c71b111ebf95723a35a478295c (patch)
treefaea9db4b1bba00d73d33b2065ed102f88b76b2c /README.md
Add emacs config
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e13418a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Installing Emacs dependencies
+
+Install the following dependencies before attempting to run my emacs
+configuration. It should work for Debian 10 or later:
+
+ sudo apt-get install $(grep -ri 'Debian packages:' .emacs .emacs.local.d/ | awk -F: '{print $3}' | tr '\n' ' ')
+
+If Debian packages aren't available, we use Elpa packages. At some
+point I should create Debian packages for these.
+
+ emacs-pkg-install $(grep -ri 'Elpa packages:' .emacs .emacs.local.d/ | awk -F: '{print $3}' | tr '\n' ' ')
+
+The first time you open emacs after installing these packages, a bunch
+of warnings will be printed. You can dismiss them; they'll only appear
+on the first run.
nihil fit ex nihilo