Remove annoying bracket ligatures
This commit is contained in:
parent
7e6c86f96d
commit
296d767475
|
@ -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 (+ "*")))
|
||||
;; <> <!-- <|> <: <~ <~> <~~ <+ <* <$ </ <+> <*>
|
||||
;; <$> </> <| <|| <||| <|||| <- <-| <-<<-|-> <->>
|
||||
;; <<-> <= <=> <<==<<==>=|=>==/==//=!==:=>
|
||||
|
|
Loading…
Reference in a new issue