From bd79109cbd035b8791bc432399f50dd72d6943fd Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 20 Dec 2023 09:37:27 +0000 Subject: [PATCH] Update ligatures for using JetBrainsMono now --- README.org | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.org b/README.org index be7bfd9..c97200b 100644 --- a/README.org +++ b/README.org @@ -268,12 +268,7 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia (use-package ligature :ensure t :config - ;; Enable the "www" ligature in every possible major mode - (ligature-set-ligatures 't '("www")) - ;; Enable traditional ligature support in eww-mode, if the - ;; `variable-pitch' face supports it - (ligature-set-ligatures 'eww-mode '("ff" "fi" "ffi")) - ;; Enable all Cascadia and Fira Code ligatures in programming modes + ;; Enable all ligatures in programming modes (ligature-set-ligatures '(prog-mode org-mode) '(;; == === ==== => =| =>>=>=|=>==>> ==< =/=//=// =~ ;; =:= =!= @@ -303,13 +298,11 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia ("/" (rx (+ (or ">" "<" "|" "/" "\\" "\*" ":" "!" "=")))) ;; .. ... .... .= .- .? ..= ..< - ;; ("\." (rx (or "=" "-" "\?" "\.=" "\.<" (+ "\.")))) + ("\." (rx (or "=" "-" "\?" "\.=" "\.<" (+ "\.")))) ;; -- --- ---- -~ -> ->> -| -|->-->>->--<<-| ("-" (rx (+ (or ">" "<" "|" "~" "-")))) ;; *> */ *) ** *** **** ("*" (rx (or ">" "/" ")" (+ "*")))) - ;; www wwww - ("w" (rx (+ "w"))) ;; <>