summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-06-17 17:35:50 +0200
committerAlan Pearce2016-06-17 17:35:50 +0200
commit75205cb2610e25e0cb9157407b4e823ae82eea34 (patch)
tree2367eaf5e26b1210a981e2673eb143a6bf90b113
parentdd078ae0c57ff1ba84060568864ed23ec420672e (diff)
downloaddotfiles-75205cb2610e25e0cb9157407b4e823ae82eea34.tar.lz
dotfiles-75205cb2610e25e0cb9157407b4e823ae82eea34.tar.zst
dotfiles-75205cb2610e25e0cb9157407b4e823ae82eea34.zip
Emacs: Make font-setting function interactive
-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 f084cc2..6cd83be 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))