Disable some annoying ligatures

This commit is contained in:
Alexander Bantyev 2022-01-11 00:07:34 +03:00
parent 4bdac56214
commit 8b50f17980
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -76,6 +76,7 @@
(xterm-mouse-mode 1))
(use-package fira-code-mode
:custom (fira-code-mode-disabled-ligatures '("[]" "#{" "#(" "#_" "#_(" "x")) ;; List of ligatures to turn off
:config (global-fira-code-mode))
(use-package company-ghci