summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-07-19 10:27:53 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-19 10:27:53 +0200
commitf3e617a719211b0c6742b77ccfaf2814521bd031 (patch)
treeb9629ae70ba47c8da936ed7cd3ab3be8f306fc75
parent2d34710c9f3418c9662d90ef4a75fc5c5153b1d4 (diff)
Fix prepend into append
-rw-r--r--content/posts/2023/2023-07-13-getting-emoji-to-work-in-kde-on-debian.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2023/2023-07-13-getting-emoji-to-work-in-kde-on-debian.md b/content/posts/2023/2023-07-13-getting-emoji-to-work-in-kde-on-debian.md
index bce484e..a5b0980 100644
--- a/content/posts/2023/2023-07-13-getting-emoji-to-work-in-kde-on-debian.md
+++ b/content/posts/2023/2023-07-13-getting-emoji-to-work-in-kde-on-debian.md
@@ -126,7 +126,7 @@ is going to be rendered.
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="pattern">
- <edit name="family" mode="prepend">
+ <edit name="family" mode="append">
<string>Noto Color Emoji</string>
</edit>
</match>