From: Eshel Yaron Date: Fri, 30 Sep 2022 11:55:42 +0000 (+0300) Subject: DOC: add missing source block in Getting Started section X-Git-Tag: v0.4.5~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7db52c8a9cddc828ee802fdc4cd01762410ba90;p=sweep.git DOC: add missing source block in Getting Started section --- 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