Skip to content

Commit

Permalink
allow non-integer font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Rockway committed Dec 20, 2012
1 parent 6d712ec commit a74dbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs
Expand Up @@ -117,7 +117,7 @@ Mono- every time I create a new frame. This annoys me, so we
have this now."
(interactive
(list (read-number "Size: " 10)))
(set-default-font (format "DejaVu Sans Mono-%d" size)))
(set-default-font (format "DejaVu Sans Mono-%f" size)))

(defun log-edit-hide-buf (&optional buf where)
(when (setq buf (get-buffer (or buf log-edit-files-buf)))
Expand Down

0 comments on commit a74dbda

Please sign in to comment.