Skip to content

Commit

Permalink
Fix test by making sure it can reproduce the original issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyatt committed Jul 21, 2024
1 parent b7711ed commit 259c95a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ekg-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 259c95a

Please sign in to comment.