diff options
author | Alan Pearce | 2016-06-17 17:35:50 +0200 |
---|---|---|
committer | Alan Pearce | 2016-06-17 17:35:50 +0200 |
commit | 75205cb2610e25e0cb9157407b4e823ae82eea34 (patch) | |
tree | 2367eaf5e26b1210a981e2673eb143a6bf90b113 | |
parent | dd078ae0c57ff1ba84060568864ed23ec420672e (diff) | |
download | nixfiles-75205cb2610e25e0cb9157407b4e823ae82eea34.tar.lz nixfiles-75205cb2610e25e0cb9157407b4e823ae82eea34.tar.zst nixfiles-75205cb2610e25e0cb9157407b4e823ae82eea34.zip |
Emacs: Make font-setting function interactive
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
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)) |