Skip to content

Commit f1384bb

Browse files
author
Yuuki Harano
committed
remove color emoji fonts from README.md
1 parent 767be4c commit f1384bb

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,6 @@ On gdb, you may want to do:
113113
(gdb) handle SIGPIPE nostop noprint
114114
```
115115
116-
## Color Emoji Fonts
117-
118-
To use color emoji fonts, you can write this code in `~/.emacs`:
119-
120-
```elisp
121-
(when (eq window-system 'pgtk)
122-
(setq xft-ignore-color-fonts nil))
123-
```
124-
125-
Changing this variable on the fly may not work.
126-
127-
You need cairo 1.16.0, or greater.
128-
129116
## Input Methods
130117
131118
```elisp

0 commit comments

Comments
 (0)