branch: externals/vundo
commit 438edfd7ace931367d2a3b478744299fc2a3b901
Author: Hanno Perrey <[email protected]>
Commit: Hanno Perrey <[email protected]>

    docs(README): update font suggestion
    
    "Symbola" does not align well but "FiraCode Nerd Font Mono" does.
    Addresses #109.
---
 README.txt | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.txt b/README.txt
index 97696b53ea..419c30ca5f 100644
--- a/README.txt
+++ b/README.txt
@@ -72,10 +72,12 @@ set vundo-glyph-alist by
 
 Your default font needs to contain these Unicode characters, otherwise
 they look terrible and don’t align. You can find a font that covers
-these characters (eg, Symbola, Unifont), and set ‘vundo-default’ face
-to use that font:
+these characters (eg, FiraCode Nerd Font, Unifont), and set ‘vundo-default’
+face to use that font:
 
-    (set-face-attribute 'vundo-default nil :family "Symbola")
+    (set-face-attribute 'vundo-default nil
+                        :font "FiraCode Nerd Font Mono"
+                        :family "FireCode Nerd Font")
 
 Diff
 ====

Reply via email to