From e5b2304331ff82db8c009b8e5aab3ccc31cbe9ca Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 13:07:43 +0200 Subject: Don't use libration mono for unicode fonts anymore I want to see how well Fantasque Sans Mono does on its own. --- .emacs.d/init.el | 6 ------ 1 file changed, 6 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e7cae6b..fb2490f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -910,12 +910,6 @@ from myaethon2.core.decorators import ( ;;;; Unconditional settings -(set-fontset-font "fontset-default" 'unicode - (font-spec :family "Liberation Mono" - :width 'normal - :size 12.4 - :weight 'normal)) - (setq-default bidi-paragraph-direction 'left-to-right) (setq-default cursor-in-non-selected-windows nil) (setq-default cursor-type 'bar) -- cgit v1.2.3-54-g00ecf