From a366008053bda6a171709df8f410d21fa9a56e30 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 17 Jan 2022 18:04:43 -0500 Subject: fix(grfn/emacs): disable ligatures these render very strangely, Change-Id: I51f34007e49cdb9a4dc2d440459561b733183d86 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5024 Reviewed-by: grfn Autosubmit: grfn Tested-by: BuildkiteCI --- users/grfn/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/grfn/emacs.d/init.el') diff --git a/users/grfn/emacs.d/init.el b/users/grfn/emacs.d/init.el index 83cb3f09ac76..2518f2f79891 100644 --- a/users/grfn/emacs.d/init.el +++ b/users/grfn/emacs.d/init.el @@ -20,7 +20,7 @@ (popup ; tame sudden yet inevitable temporary windows +all ; catch all popups that start with an asterix +defaults) ; default popup rules - ligatures ; replace bits of code with pretty symbols + ;; ligatures ; replace bits of code with pretty symbols ;; tabbar ; FIXME an (incomplete) tab bar for Emacs ;; treemacs ; a project drawer, like neotree but cooler unicode ; extended unicode support for various languages -- cgit 1.4.1