From 7ac31a866b7698826817e742d1db5126fcf57ae0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 4 Dec 2016 17:08:38 +0100 Subject: Emacs: Remove erroneous line --- tag-emacs/emacs.d/init.org | 1 - 1 file changed, 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index b25f7d2c..00f8b31d 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -157,7 +157,6 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (defun ap/set-fonts (mono-face mono-font-size variable-face variable-font-size) (when mono-face - (font-spec :family "ProggyTiny" :size 11) (let ((default-font (font-spec :family mono-face :size mono-font-size))) (add-to-list 'default-frame-alist `(font . ,(format "%s %s" mono-face mono-font-size))) (set-face-font 'fixed-pitch default-font) -- cgit 1.4.1