diff options
author | Alan Pearce | 2016-10-02 18:22:34 +0200 |
---|---|---|
committer | Alan Pearce | 2016-10-02 18:22:34 +0200 |
commit | 43781516414d2b4fdfca49025da9832ccfc57686 (patch) | |
tree | e170b947ded000b406963cb0ed775c06f2b1c5e1 /tag-emacs/emacs.d | |
parent | 779a06009887201ca50ade43feda540fbaa690b5 (diff) | |
download | nixfiles-43781516414d2b4fdfca49025da9832ccfc57686.tar.lz nixfiles-43781516414d2b4fdfca49025da9832ccfc57686.tar.zst nixfiles-43781516414d2b4fdfca49025da9832ccfc57686.zip |
Emacs: Fix oversized euro sign on X11
Set fallback font as Terminus
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 562d275b..4401ef08 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -175,6 +175,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (ap/set-fonts "SF Mono" 12 "Lucida Grande" 12) (ap/set-fonts "ProggyTiny" 11 "Lucida Grande" 12)))) ((eq window-system 'x) + (set-fontset-font "fontset-default" 'unicode (font-spec :name "Terminus" :size 12)) (ap/set-fonts "Terminus" 12 "Lucida" 10)))) (ap/set-fonts-according-to-system)) |