From c3a1ec4fdc3620e7a850b9776c76bbea50a5f5b1 Mon Sep 17 00:00:00 2001 From: David Millar Date: Mon, 16 Oct 2017 11:52:33 -0500 Subject: [PATCH] Added Sublime Text 3 info after testing font with it. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9cef660..3d962b8 100644 --- a/README.md +++ b/README.md @@ -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")