From be12357b693185ef8ce90f3a6159a1a3fab8094d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Mon, 22 Sep 2025 11:20:33 -0600 Subject: [PATCH] feat(emacs): ligature changes --- modules/home/users/msyds/emacs/lisp/syd/ligature.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/home/users/msyds/emacs/lisp/syd/ligature.el b/modules/home/users/msyds/emacs/lisp/syd/ligature.el index 99b3123..b4f068c 100644 --- a/modules/home/users/msyds/emacs/lisp/syd/ligature.el +++ b/modules/home/users/msyds/emacs/lisp/syd/ligature.el @@ -11,16 +11,14 @@ ">->" "->>" "-->" "---" "-<<" "<~~" "<~>" "<*>" "<||" "<|>" "<$>" "<==" "<=>" "<=<" "<->" "<--" "<-<" "<<=" "<<-" "<<<" "<+>" "" "###" "#_(" - "..<" "..." "+++" "/==" "///" "_|_" "www" "&&" "^=" + "..<" "..." "+++" "/==" "///" "_|_" "www" "&&" "^=" "~~" "~@" "~=" "~>" "~-" "**" "*>" "*/" "||" "|}" "|]" "|=" "|>" "|-" "{|" "[|" "]#" "::" ":=" ":>" ":<" "$>" "==" "=>" "!=" "!!" ">:" ">=" ">>" ">-" "-~" "-|" "->" "--" "-<" "<~" "<*" "<|" "<:" "<$" "<=" "<>" "<-" "<<" "<+" "" "++" "?:" "?=" "?." "??" ";;" "/*" "/=" "/>" - "//" "__" "~~" "(*" "*)" "\\\\" "://")) - (ligature-set-ligatures 'text-mode - '("ff" "fi" "ffi"))) + "//" "__" "~~" "(*" "*)" "\\\\" "://"))) (provide 'syd/ligature)