all repos — nixfiles @ 75205cb2610e25e0cb9157407b4e823ae82eea34

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

Emacs: Make font-setting function interactive

Alan Pearce
commit

75205cb2610e25e0cb9157407b4e823ae82eea34

parent

dd078ae0c57ff1ba84060568864ed23ec420672e

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -172,6 +172,7 @@ (when (boundp 'ns-antialias-text)
(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))