Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnw42/fira-code-emacs
Some code to make Fira Code work in Emacs
https://github.com/johnw42/fira-code-emacs
Last synced: about 2 months ago
JSON representation
Some code to make Fira Code work in Emacs
- Host: GitHub
- URL: https://github.com/johnw42/fira-code-emacs
- Owner: johnw42
- License: apache-2.0
- Created: 2019-09-13T17:41:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T18:38:51.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T14:08:40.983Z (5 months ago)
- Language: Emacs Lisp
- Size: 49.8 KB
- Stars: 60
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - johnw42/fira-code-emacs - Some code to make Fira Code work in Emacs (Emacs Lisp)
README
# fira-code-emacs
Some code to make Fira Code 2.0 work in Emacs.
To install, first run `make`. Copy some or all of the files in
`modified` to you `~/.fonts` directory. Put `fira-code.el` and
`fira-code-data.el` into your `load-path`, and ensure `fira-code-mode`
is enabled for any buffers where you want ligatures. Set your default
font to one of the Fira Emacs variants. If you want to see all the
ligatures variant characters, open `fira-code-data.el` in Emacs.To control which ligatures and alternative characters are used, set
`fira-code-enable-substitution-predicate` and
`fira-code-compose-predicate`. Refer to the default values for an
example of how to write your own predicates.