fix(wpcarro/emacs): Disable ligatures

Trying to render ligatures (e.g. ->, <>) in the modeline causes Emacs to crash,
so I'm disabling ligatures.

I have a patch like this on my work machine. I'll eventually merge those commits
into depot, but that will have to wait until I'm back in California.

Change-Id: I5e408cbdb717d24c7d5f88b4c822bdf32f370eef
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4568
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2021-12-24 12:27:22 -05:00 committed by wpcarro
parent 286e24c76f
commit 003cfa3e08

View file

@ -165,7 +165,6 @@
(if window-system
(progn
(fonts-whitelist-set "JetBrainsMono")
(fonts-enable-ligatures)
(colorscheme-whitelist-set 'doom-one-light)
;; the doom-acario-dark theme uses "Monospace Serif" as the font for
;; comments, and I'd prefer JetBrainsMono (no italics).