From: Mark Wooding Date: Sun, 3 Jan 2010 17:05:57 +0000 (+0000) Subject: dot/emacs: Force use of server-side X fonts. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/572d95bda58d1d6e5d28c77e05c9e00f47a1e8db dot/emacs: Force use of server-side X fonts. The client-side fonts through Xft are unreasonably slow. This hack seems to work fairly well; we still have most of the right international characters. --- diff --git a/dot/emacs b/dot/emacs index ef0feac..478566b 100644 --- a/dot/emacs +++ b/dot/emacs @@ -382,6 +382,8 @@ (if mdw-black-background '((background-mode . dark)) '((background-mode . light))) + (and (eq window-system 'x) + '((font . "6x13"))) (and (eq window-system 'pm) '((font . "-os2-System VIO-medium-r-normal--*-40-*-*-m-*-cp850") (menu-font . "8.Helv")