all repos — nixfiles @ 7ac31a866b7698826817e742d1db5126fcf57ae0

System and user configuration, managed by nix and home-manager

Emacs: Remove erroneous line

Alan Pearce
commit

7ac31a866b7698826817e742d1db5126fcf57ae0

parent

ab734d2ac9b3f6c89810a882426fef71bfc27ae3

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -157,7 +157,6 @@ (setq cursor-type 'bar))
(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)