1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-20 06:46:50 +02:00

Add reference to unicode-fonts in Tips and Tricks

This commit is contained in:
Foivos 2016-01-05 20:13:17 +02:00
parent 785d888b42
commit 9d66478922

View File

@ -4116,6 +4116,14 @@ your @t{.emacs}-file):
Other fonts with good support for Unicode are @t{unifont} and
@t{symbola}.
For a more complete solution, but with greater overhead, you can also
try the @emph{unicode-fonts} package:
@lisp
(require 'unicode-fonts)
(require 'persistent-soft) ; To cache the fonts and reduce load time
(unicode-fonts-setup)
@end lisp
@node Confirmation before sending
@section Confirmation before sending