From 296d7674752ee1a7e8359825852efed3fd67d156 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 20 Dec 2023 09:54:22 +0000 Subject: [PATCH] Remove annoying bracket ligatures --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 623e8e5..28f440e 100644 --- a/README.org +++ b/README.org @@ -301,8 +301,8 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia ("\." (rx (or "=" "-" "\?" "\.=" "\.<" (+ "\.")))) ;; -- --- ---- -~ -> ->> -| -|->-->>->--<<-| ("-" (rx (+ (or ">" "<" "|" "~" "-")))) - ;; *> */ *) ** *** **** - ("*" (rx (or ">" "/" ")" (+ "*")))) + ;; ** *** **** + ("*" (rx (+ "*"))) ;; <>