We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767be4c commit f1384bbCopy full SHA for f1384bb
README.md
@@ -113,19 +113,6 @@ On gdb, you may want to do:
113
(gdb) handle SIGPIPE nostop noprint
114
```
115
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
129
## Input Methods
130
131
```elisp
0 commit comments