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:
parent
286e24c76f
commit
003cfa3e08
1 changed files with 0 additions and 1 deletions
|
@ -165,7 +165,6 @@
|
||||||
(if window-system
|
(if window-system
|
||||||
(progn
|
(progn
|
||||||
(fonts-whitelist-set "JetBrainsMono")
|
(fonts-whitelist-set "JetBrainsMono")
|
||||||
(fonts-enable-ligatures)
|
|
||||||
(colorscheme-whitelist-set 'doom-one-light)
|
(colorscheme-whitelist-set 'doom-one-light)
|
||||||
;; the doom-acario-dark theme uses "Monospace Serif" as the font for
|
;; the doom-acario-dark theme uses "Monospace Serif" as the font for
|
||||||
;; comments, and I'd prefer JetBrainsMono (no italics).
|
;; comments, and I'd prefer JetBrainsMono (no italics).
|
||||||
|
|
Loading…
Reference in a new issue