all repos — nixfiles @ a7bd2163fabfb0caa3fbe723fd26c10cab3b8520

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

Fix syntax error
Alan Pearce alan@alanpearce.uk
Wed, 18 Jan 2017 17:10:11 +0100
commit

a7bd2163fabfb0caa3fbe723fd26c10cab3b8520

parent

b08f6fb6ee6592db030f3f72d97ef291d1ce2d4c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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)))