From: Armaan Bhojwani Date: Fri, 11 Jun 2021 16:47:12 +0000 (-0400) Subject: Disable ligature mode for now X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=2a050c5248765894cb7df832a15ffa2146101f87 Disable ligature mode for now Broken on 27.2 --- diff --git a/config.org b/config.org index 5d7a635..bb893b7 100644 --- a/config.org +++ b/config.org @@ -76,7 +76,8 @@ JetBrains Mono is a great programming font with ligatures. The "NF" means that i "[||]" "[<" "[|" "{|" "?." "?=" "?:" "##" "###" "####" "#[" "#{" "#=" "#!" "#:" "#_(" "#_" "#?" "#(" ";;" "_|_" "__" "~~" "~~>" "~>" "~-" "~@" "$>" "^=" "]#")) - (global-ligature-mode t)) + ;; (global-ligature-mode t)) + ) #+end_src ** Line numbers Display relative line numbers except in certain modes.