summaryrefslogtreecommitdiff
path: root/jabber.org
diff options
context:
space:
mode:
authorcontrapunctus <contrapunctus@disroot.org>2021-06-04 22:42:49 +0530
committercontrapunctus <contrapunctus@disroot.org>2021-06-04 22:42:49 +0530
commit4902fefa5c285e2b5bf70d3bd2863134840b0493 (patch)
treeb1f387f614bc9665e9add3e226f261def33d60bc /jabber.org
parentc9af5c303a465a053d98fa671e3bd38c8d5bf2be (diff)
Don't tangle the installation instructions
The `:load no` is not really necessary, since literate-elisp only reads Elisp source blocks. But it does signal intent to a human reader.
Diffstat (limited to 'jabber.org')
-rw-r--r--jabber.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/jabber.org b/jabber.org
index 66a6863..fcce2c4 100644
--- a/jabber.org
+++ b/jabber.org
@@ -46,7 +46,7 @@ Note that only the connection from you to the server is encrypted; there is no g
** Installation
jabber.el can be installed using the commands:
-#+BEGIN_SRC shell
+#+BEGIN_SRC shell :tangle no :load no
./configure
make
make install