From adbe348bf2c569d476c37160988eb099d06f5943 Mon Sep 17 00:00:00 2001 From: Kirill Pertsev Date: Mon, 16 Oct 2017 13:41:49 -0700 Subject: [PATCH] Fix the improper Sublime3 instructions position --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3d962b8..5f3f58d 100644 --- a/README.md +++ b/README.md @@ -81,12 +81,6 @@ 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") @@ -128,5 +122,13 @@ Based on https://github.com/tonsky/FiraCode/wiki/Setting-up-Emacs (add-hook 'prog-mode-hook #'add-fixedsys-excelsior-symbol-keywords) ``` + + +### Sublime Text 3 (build 3146+) +Should be defined in the user settings as so: +``` + "font_face": "Fixedsys Excelsior" +``` + ## ToDo <* *> <$ $>