From 003cfa3e08a07439ffcd60b6f0121ed5c035e268 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 24 Dec 2021 12:27:22 -0500 Subject: 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 Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el | 1 - 1 file changed, 1 deletion(-) (limited to 'users/wpcarro/emacs') diff --git a/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el b/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el index 79df8745f6..dc35725f25 100644 --- a/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el +++ b/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el @@ -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). -- cgit 1.4.1