summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
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)))