From ef4af1285f6549376614c6ac84e700f2ec004559 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 21 Nov 2023 10:40:50 +0000 Subject: [PATCH] Remove "." ligatures --- home/emacs/init.el | 2 +- home/emacs/init.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/emacs/init.el b/home/emacs/init.el index 2bfc35e8..e3e08207 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -206,7 +206,7 @@ ("/" (rx (+ (or ">" "<" "|" "/" "\\" "\*" ":" "!" "=")))) ;; .. ... .... .= .- .? ..= ..< - ("\." (rx (or "=" "-" "\?" "\.=" "\.<" (+ "\.")))) + ;; ("\." (rx (or "=" "-" "\?" "\.=" "\.<" (+ "\.")))) ;; -- --- ---- -~ -> ->> -| -|->-->>->--<<-| ("-" (rx (+ (or ">" "<" "|" "~" "-")))) ;; *> */ *) ** *** **** diff --git a/home/emacs/init.org b/home/emacs/init.org index 4163d6a1..5506bcbc 100644 --- a/home/emacs/init.org +++ b/home/emacs/init.org @@ -247,7 +247,7 @@ ("/" (rx (+ (or ">" "<" "|" "/" "\\" "\*" ":" "!" "=")))) ;; .. ... .... .= .- .? ..= ..< - ("\." (rx (or "=" "-" "\?" "\.=" "\.<" (+ "\.")))) + ;; ("\." (rx (or "=" "-" "\?" "\.=" "\.<" (+ "\.")))) ;; -- --- ---- -~ -> ->> -| -|->-->>->--<<-| ("-" (rx (+ (or ">" "<" "|" "~" "-")))) ;; *> */ *) ** *** ****