From a7bd2163fabfb0caa3fbe723fd26c10cab3b8520 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 18 Jan 2017 17:10:11 +0100 Subject: Fix syntax error --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 2207ebb..25d9003 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -202,7 +202,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (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))) -- cgit 1.4.1