summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-06-17 17:35:50 +0200
committerAlan Pearce2016-06-17 17:35:50 +0200
commit75205cb2610e25e0cb9157407b4e823ae82eea34 (patch)
tree2367eaf5e26b1210a981e2673eb143a6bf90b113 /tag-emacs
parentdd078ae0c57ff1ba84060568864ed23ec420672e (diff)
downloadnixfiles-75205cb2610e25e0cb9157407b4e823ae82eea34.tar.lz
nixfiles-75205cb2610e25e0cb9157407b4e823ae82eea34.tar.zst
nixfiles-75205cb2610e25e0cb9157407b4e823ae82eea34.zip
Emacs: Make font-setting function interactive
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index f084cc22..6cd83be0 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -172,6 +172,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource
           (setq ns-antialias-text antialias)))
 
       (defun ap/set-fonts-according-to-system ()
+        (interactive)
         (cond
          ((eq window-system 'w32)
           (ap/set-fonts "Consolas" 10 "Segoe UI" 11))