From f4f40e4f8de0081e921b505df2e275b24b9b2558 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 8 Oct 2024 11:35:00 +0100 Subject: [PATCH] Adjust ligature definition --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 2b48617..fe424dc 100644 --- a/README.org +++ b/README.org @@ -213,7 +213,7 @@ Configure the look and feel of Emacs '(text-mode prog-mode org-mode) '(("<" (rx (= 1 "="))) (">" (rx (= 1 "="))) - ("-" (rx (* "-") (? ">"))) + ("-" (rx (* "-") (= 1 ">"))) ("=" (rx (* "=") (? ">"))) ("!" (rx (+ "="))))) (global-ligature-mode +1))