From 9744946a66b6fe11821d49df45835ff21b5c4251 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 17 Feb 2022 23:50:03 +0100 Subject: [PATCH] docs(ligatures): mention doom-unicode-font incompatibilities --- modules/ui/ligatures/README.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/ui/ligatures/README.org b/modules/ui/ligatures/README.org index c17afcd9e..80c120a3a 100644 --- a/modules/ui/ligatures/README.org +++ b/modules/ui/ligatures/README.org @@ -221,7 +221,15 @@ if you don't like the symbols chosen you can change them by using: #+end_src * Troubleshooting -/There are no known problems with this module./ [[doom-report:][Report one?]] +[[doom-report:][Report an issue?]] + +** Some symbols are not rendering correctly +This can usually be fixed by doing one of the following: + +- Make sure Symbola (the font) is installed on your system. +- Otherwise, change [[var:][doom-unicode-font]] (set to Symbola by default). +- Disable the [[doom-module:][:ui unicode]] module. It not only overrides [[var:][doom-unicode-font]], but + should only be used as a last resort. * Frequently asked questions /This module has no FAQs yet./ [[doom-suggest-faq:][Ask one?]]