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
..
autoload Rename doom*newline-and-indent 2018-09-14 10:42:09 -04:00
cli Revert 142d364 2018-09-14 09:39:40 -04:00
templates Add option to load doom in vanilla sandbox 2018-08-12 02:45:01 +02:00
test Remove doom-major-mode-names & doom|set-mode-name 2018-09-18 15:19:50 -04:00
core-cli.el Revise docstrings for run/doc dispatchers 2018-09-09 23:16:55 -04:00
core-editor.el Refactor doom core files 2018-09-09 09:58:20 -04:00
core-keybinds.el Refactor/reformat core-ui 2018-09-18 15:19:50 -04:00
core-lib.el make compile-core: fix warnings 2018-09-12 23:03:23 +01:00
core-modules.el Remove sharp-quote on make-hash-table :test 2018-09-13 19:15:12 -04:00
core-os.el General formatting & minor refactors 2018-09-02 17:20:19 +02:00
core-packages.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
core-projects.el Refactor doom core files 2018-09-09 09:58:20 -04:00
core-ui.el Simplify doom|init-fonts: add xft font support 2018-09-18 22:48:21 -04:00
core.el Couple core-packages to package.el sooner 2018-09-18 15:19:50 -04:00
packages.el Replace delete-trailing-whitespace with ws-butler 2018-08-31 13:59:12 +02:00