summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index b25f7d2..00f8b31 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)