summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-12-04 17:08:38 +0100
committerAlan Pearce2016-12-04 17:08:38 +0100
commit7ac31a866b7698826817e742d1db5126fcf57ae0 (patch)
treee00f184e3dd3c89f93e352c281227f4bff5fe743
parentab734d2ac9b3f6c89810a882426fef71bfc27ae3 (diff)
downloaddotfiles-7ac31a866b7698826817e742d1db5126fcf57ae0.tar.lz
dotfiles-7ac31a866b7698826817e742d1db5126fcf57ae0.tar.zst
dotfiles-7ac31a866b7698826817e742d1db5126fcf57ae0.zip
Emacs: Remove erroneous line
-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)