Fix syntax error
Alan Pearce alan@alanpearce.uk
Wed, 18 Jan 2017 17:10:11 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -202,7 +202,7 @@ (variable-pitch-mode) (setq cursor-type 'bar)) (defun ap/set-fonts (mono-face mono-font-size variable-face variable-font-size antialias) - (if boundp 'ns-antialias-text + (if (boundp 'ns-antialias-text) (setq ns-antialias-text antialias)) (when mono-face (let ((default-font (font-spec :family mono-face :size mono-font-size)))