From 368a3298a2c92f795edd9a505e600a470e2605c8 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 21 Feb 2018 00:56:35 -0500 Subject: [PATCH] Add comment about .Xresources --- global.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global.org b/global.org index b66b902..3404aae 100644 --- a/global.org +++ b/global.org @@ -60,7 +60,8 @@ #+END_SRC Use patched terminus font (this overrides the settings in Customize, but I never could it to work otherwise). See the special treatment later on for - dealing with bold weight + dealing with bold weight. To avoid flickering one should also set the font + in .Xresources #+BEGIN_SRC emacs-lisp (set-face-font 'default "-xos4-hackminus-medium-r-normal--20-200-72-72-c-100-ISO10646-1") #+END_SRC