From 8e06530867179635ca75ccbd84d26abf164f4056 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 14 Sep 2018 08:37:00 -0400 Subject: Update Emacs init.el. --- dotfiles/.emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el index 64d00a1..39d2c40 100644 --- a/dotfiles/.emacs.d/init.el +++ b/dotfiles/.emacs.d/init.el @@ -74,8 +74,8 @@ "Return 't' if FONT exists." (not (null (x-list-fonts font)))) -(when (font-exists-p "Inconsolata") - (set-frame-font "Inconsolata-12" nil t)) +;; Use Inconsolata font. +(add-to-list 'default-frame-alist '(font . "Inconsolata-12")) (load-theme 'wombat t) (column-number-mode t) -- cgit v1.2.3