feat(emacs/README.md): add instruction for unicode font
This commit is contained in:
parent
e77966932d
commit
70ac5ec15e
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,14 @@ Put the following elisp code on your emacs setup (e.g. ``.emacs.d/init.el``):
|
|||
(customize-set-variable 'lean-eldoc-use t)
|
||||
```
|
||||
|
||||
If experience a problem reading unicode characters on emacs, consider
|
||||
having the following setup:
|
||||
|
||||
```elisp
|
||||
(when (member "DejaVu Sans Mono" (font-family-list))
|
||||
(set-face-attribute 'default nil :font "DejaVu Sans Mono-11"))
|
||||
```
|
||||
|
||||
Key Bindings
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue