doc(emacs/README.md): add instructions for unicode-fonts package
related issue: #446
This commit is contained in:
parent
68110faa4d
commit
88e287df5a
1 changed files with 9 additions and 1 deletions
|
@ -149,7 +149,15 @@ first consider using a unicode-friendly font such as `DejaVu Sans Mono`:
|
|||
```
|
||||
|
||||
If you still experience a rendering problem, consider trying
|
||||
[emacs-unicode-fonts](https://github.com/rolandwalker/unicode-fonts).
|
||||
[emacs-unicode-fonts](https://github.com/rolandwalker/unicode-fonts):
|
||||
|
||||
- Install `unicode-fonts` package by running `M-x package-refresh-contents` and `M-x package-install`.
|
||||
- Add the following lines in your emacs setup:
|
||||
```lisp
|
||||
(require 'unicode-fonts)
|
||||
(unicode-fonts-setup)
|
||||
|
||||
```
|
||||
|
||||
|
||||
Contributions
|
||||
|
|
Loading…
Reference in a new issue