From 9f2026b2b64f78fab284ef2a32755a9416e1f08b Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Thu, 8 Jan 2015 08:47:15 -0800 Subject: Better unicode default font Fedora package gdouros-symbola-fonts diff --git a/init.el b/init.el index 2dc9598..18c060f 100644 --- a/init.el +++ b/init.el @@ -25,6 +25,9 @@ (find-if (lambda (f) (find-font (font-spec :name f))) fonts)) (let ((fontval (font-candidate '"Inconsolata" "Source Code Pro" "Anonymous Pro"))) (when fontval (set-face-attribute 'default nil :font fontval))) +(when (find-font (font-spec :name "Symbola")) + (set-fontset-font "fontset-default" nil + (font-spec :size 20 :name "Symbola"))) (setq custom-file (concat ravi/init-dir "custom.el")) ;; Initialize package handling: currently using only the official repository and MELPA -- cgit v0.10.1