Added Sublime Text 3 info after testing font with it.

This commit is contained in:
David Millar 2017-10-16 11:52:33 -05:00
parent faf1a47c22
commit c3a1ec4fdc
1 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,12 @@ Requires you to move the U+10001 PUA block to the first PUA block
In this example, U+10001 was moved to U+efb0.
### Sublime Text 3 (build 3146+)
Should be defined in the user settings as so:
```
"font_face": "Fixedsys Excelsior"
```
Based on https://github.com/tonsky/FiraCode/wiki/Setting-up-Emacs
```
(set-fontset-font t '(#Xefb0 . #Xefc5) "Fixedsys Excelsior")