about summary refs log tree commit diff
path: root/users/wpcarro/emacs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-12-24T17·27-0500
committerwpcarro <wpcarro@gmail.com>2021-12-24T17·32+0000
commit003cfa3e08a07439ffcd60b6f0121ed5c035e268 (patch)
tree1f8bfe167c8ef99506c49a093cd5177fef311ced /users/wpcarro/emacs
parent286e24c76f0398ae87bcce6e801308699bc8f926 (diff)
fix(wpcarro/emacs): Disable ligatures r/3352
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
Diffstat (limited to 'users/wpcarro/emacs')
-rw-r--r--users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el1
1 files changed, 0 insertions, 1 deletions
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).