Files
doomemacs/core
Henrik Lissner 54e8577bf6 Simplify doom|init-fonts: add xft font support
custom-set-faces is somewhat overkill for this. It overwrites any user
customizations for the default & variable-pitch faces, and saves them to
custom-file, which may cause those settings to persist even when we
don't want them to.

This new solution is a little faster, is more respective of
customizations, and adds XFT font string support.

XFT font strings are a little more powerful. For example, the :antialias
font-spec property was unreliable, but now you can use:

  (setq doom-font "Fira Mono:pixelsize=12:antialias=off")
2018-09-18 22:48:21 -04:00
..
2018-09-14 10:42:09 -04:00
2018-09-14 09:39:40 -04:00
2018-09-09 09:58:20 -04:00
2018-09-18 15:19:50 -04:00
2018-09-12 23:03:23 +01:00
2018-09-09 09:58:20 -04:00