From 88e287df5a45a4756eb8f4401d84835017ad7b34 Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Thu, 26 Feb 2015 05:09:40 -0500 Subject: [PATCH] doc(emacs/README.md): add instructions for unicode-fonts package related issue: #446 --- src/emacs/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/emacs/README.md b/src/emacs/README.md index e9c052527..6ceaf15cc 100644 --- a/src/emacs/README.md +++ b/src/emacs/README.md @@ -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