spacemacs/layers/+fonts/unicode-fonts/README.org

31 lines
1.1 KiB
Org Mode
Raw Normal View History

2017-08-27 15:37:56 +00:00
#+TITLE: unicode-fonts layer
2019-05-02 21:49:30 +00:00
#+TAGS: font|layer
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-08-27 15:37:56 +00:00
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
* Description
This layer adds support for the [[https://github.com/rolandwalker/unicode-fonts][unicode-fonts]] package. It is recommended to
install the fonts listed in the [[https://github.com/rolandwalker/unicode-fonts#quickstart][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 [[https://github.com/d12frosted/homebrew-emacs-plus/][emacs-plus]], you can set =unicode-fonts-force-multi-color-on-mac= to
enable color emoji.
#+BEGIN_SRC elisp
2018-09-19 03:54:47 +00:00
(unicode-fonts :variables unicode-fonts-force-multi-color-on-mac t)
2017-08-27 15:37:56 +00:00
#+END_SRC