From f7db52c8a9cddc828ee802fdc4cd01762410ba90 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 30 Sep 2022 14:55:42 +0300 Subject: [PATCH] DOC: add missing source block in Getting Started section --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 8c83fcc..b791b6c 100644 --- a/README.org +++ b/README.org @@ -117,6 +117,10 @@ This may lead to =sweep= failing after loading =sweep-module=. To work around this issue, users running Emacs 28 or earlier on Linux can start Emacs with =libswipl= loaded upfront via =LD_PRELOAD=, for example: +#+begin_src sh + LD_PRELOAD=/usr/local/lib/libswipl.so emacs +#+end_src + * Prolog initialization and cleanup :PROPERTIES: :CUSTOM_ID: prolog-init -- 2.39.5