From 259c95acf6eeb4139e3285f3d7577faa93fcecf1 Mon Sep 17 00:00:00 2001 From: Andrew Hyatt Date: Sun, 21 Jul 2024 00:14:19 -0400 Subject: [PATCH] Fix test by making sure it can reproduce the original issue --- ekg-test.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ekg-test.el b/ekg-test.el index 372c3ea..edf1fd0 100644 --- a/ekg-test.el +++ b/ekg-test.el @@ -334,6 +334,8 @@ (cl-loop for i from 1 to 10 do (ekg-capture) + ;; Necessary to reproduce the original issue with markdown-mode. + (font-lock-ensure) (goto-char i) (cond ((= i 1)