branch: elpa/sweeprolog commit f7db52c8a9cddc828ee802fdc4cd01762410ba90 Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
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 8c83fcc858..b791b6c1e3 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