diff options
author | Alan Pearce | 2016-12-04 17:08:38 +0100 |
---|---|---|
committer | Alan Pearce | 2016-12-04 17:08:38 +0100 |
commit | 7ac31a866b7698826817e742d1db5126fcf57ae0 (patch) | |
tree | e00f184e3dd3c89f93e352c281227f4bff5fe743 | |
parent | ab734d2ac9b3f6c89810a882426fef71bfc27ae3 (diff) | |
download | nixfiles-7ac31a866b7698826817e742d1db5126fcf57ae0.tar.lz nixfiles-7ac31a866b7698826817e742d1db5126fcf57ae0.tar.zst nixfiles-7ac31a866b7698826817e742d1db5126fcf57ae0.zip |
Emacs: Remove erroneous line
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
1 files changed, 0 insertions, 1 deletions
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) |