ee811f7b13
problem: some layer packages lists have the open and closing parentheses on the same line as the first and last listed package, but most seem to have them on a separate lines. solution: put the open and close parentheses on separate lines, except for lists with only a single package, they are written on the same line as the variable name and parentheses. fix the lists indentation |
||
---|---|---|
.. | ||
config.el | ||
packages.el | ||
README.org |
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 Mac 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)