mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Make doom-adjust-font-size non-interactive
As it was intended.
This commit is contained in:
@ -43,9 +43,7 @@ acceptable values for this variable.")
|
||||
;;;###autoload
|
||||
(defun doom-adjust-font-size (increment &optional frame)
|
||||
"Increase size of font in FRAME by INCREMENT.
|
||||
Interactively, INCREMENT is given by the prefix argument.
|
||||
Optional FRAME parameter defaults to current frame."
|
||||
(interactive "p")
|
||||
FRAME parameter defaults to current frame."
|
||||
(let* ((frame (or frame (selected-frame)))
|
||||
(font (frame-parameter frame 'font))
|
||||
(font (doom--font-name font frame)))
|
||||
|
Reference in New Issue
Block a user