This commit is contained in:
Henrik Lissner 2016-02-04 19:00:03 -05:00
parent 4190b16b71
commit affcb53d04
4 changed files with 8 additions and 9 deletions

View file

@ -26,7 +26,7 @@
;;;###autoload
(defun narf/load-font (font)
(interactive)
(set-frame-font font)
(set-frame-font font t)
(setq narf-current-font font))
;;;###autoload