Remove annoying bracket ligatures

This commit is contained in:
Evie Litherland-Smith 2023-12-20 09:54:22 +00:00
parent 7e6c86f96d
commit 296d767475

View file

@ -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 (+ (or ">" "<" "|" "~" "-"))))
;; *> */ *) ** *** **** ;; ** *** ****
("*" (rx (or ">" "/" ")" (+ "*")))) ("*" (rx (+ "*")))
;; <> <!-- <|> <: <~ <~> <~~ <+ <* <$ </ <+> <*> ;; <> <!-- <|> <: <~ <~> <~~ <+ <* <$ </ <+> <*>
;; <$> </> <| <|| <||| <|||| <- <-| <-<<-|-> <->> ;; <$> </> <| <|| <||| <|||| <- <-| <-<<-|-> <->>
;; <<-> <= <=> <<==<<==>=|=>==/==//=!==:=> ;; <<-> <= <=> <<==<<==>=|=>==/==//=!==:=>