From 75205cb2610e25e0cb9157407b4e823ae82eea34 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 17 Jun 2016 17:35:50 +0200 Subject: Emacs: Make font-setting function interactive --- tag-emacs/emacs.d/init.org | 1 + 1 file changed, 1 insertion(+) (limited to 'tag-emacs') 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)) -- cgit 1.4.1