branch: externals/vundo
commit f2713691792f1574832a0f24ee267544783f3a47
Merge: 9c133979e5 438edfd7ac
Author: Yuan Fu <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #121 from hperrey/p_readme_font_suggestion
Update font suggestion in README
---
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
====