From 85e8793624100e5450360d60f9c6ee469948aa30 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 28 May 2023 10:04:03 +0200 Subject: [PATCH] Add section introduction --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index f4c4657..bd6f1a4 100644 --- a/README.org +++ b/README.org @@ -4329,6 +4329,9 @@ git clone git@github.com:ageldama/cl-state-machine.git :CUSTOM_ID: sec:lisp-custom-font-locking :END: +This section implements the code described in the [[https://www.n16f.net/blog/custom-font-lock-configuration-in-emacs/][Emacs Common Lisp Font Locking]] +post. + *** [[https://www.n16f.net/blog/custom-font-lock-configuration-in-emacs/][Initialize Common Lisp custom font locking]] :PROPERTIES: :CUSTOM_ID: sec:cl-custom-font-locking-start