Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuco1/fontify-face
Fontify symbols representing faces with that face.
https://github.com/fuco1/fontify-face
emacs faces font-lock theme
Last synced: 22 days ago
JSON representation
Fontify symbols representing faces with that face.
- Host: GitHub
- URL: https://github.com/fuco1/fontify-face
- Owner: Fuco1
- Created: 2018-04-10T14:05:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T19:58:08.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T08:05:16.974Z (29 days ago)
- Topics: emacs, faces, font-lock, theme
- Language: Emacs Lisp
- Size: 5.86 KB
- Stars: 39
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# fontify-face
Fontify symbols representing faces with that face.
# Usage
Enable `fontify-face-mode` in the buffer where you want the previews
to be active.**Note**: the symbols are tested with `facep` predicate which means if
the package that defines the faces is not loaded they will **not** be
fontified. If you want to see the previews you will have to require
the package that defines the faces first.# Rationale
> Read the [blog](https://fuco1.github.io/2018-04-10-fontify-face:-Fontification-of-symbols-referencing-faces.html) for a more in depth background.
During theme or package development it is useful to see how the faces
look directly during development. This saves time and provides
thighter feedback loop. Happy theming!![](https://i.imgur.com/MqBpJou.png)