spacemacs/layers/+fonts/unicode-fonts
Miciah Masters 552fd5953c Update references to macOS
Apple renamed "Mac OS X" to "OS X" in 2012 and then to "macOS" in 2016.
Update references to use the current name.
2019-10-13 12:04:40 +02:00
..
config.el Update references to macOS 2019-10-13 12:04:40 +02:00
packages.el Unify packages list parentheses style 2018-11-21 21:35:38 +00:00
README.org Update references to macOS 2019-10-13 12:04:40 +02:00

unicode-fonts layer

Description

This layer adds support for the unicode-fonts package. It is recommended to install the fonts listed in the Quickstart section of the unicode-fonts README.

Features:

  • Display unicode glyphs using the best available font.
  • Easily override glyphs or sections of glyphs.
  • Display color emoji on both the macOS port version of Emacs and emacs-plus (with unicode-fonts-force-multi-color-on-mac set to non nil).

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add unicode-fonts to the existing dotspacemacs-configuration-layers list in this file.

If using emacs-plus, you can set unicode-fonts-force-multi-color-on-mac to enable color emoji.

  (unicode-fonts :variables unicode-fonts-force-multi-color-on-mac t)