From 78d90e80dd64df39f6c11adf4c2033edaa5f93fd Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 26 Apr 2011 09:46:22 +0200 Subject: EMACS: Added antialias to font --- emacs.d/10-settings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/10-settings.el') diff --git a/emacs.d/10-settings.el b/emacs.d/10-settings.el index c149997..ac0db1c 100644 --- a/emacs.d/10-settings.el +++ b/emacs.d/10-settings.el @@ -1,4 +1,4 @@ -(add-to-list 'default-frame-alist '(font . "DejaVu Sans Mono-10")) +(add-to-list 'default-frame-alist '(font . "DejaVu Sans Mono-10:antialias=true")) (setq inhibit-startup-message t) ; don't show welcome screen (setq require-final-newline t) ; always append a newline to a -- cgit v1.2.3-54-g00ecf