1

Every time I dock/undock I must hit 10 times M-x zoom-frm-in. Since I don't understand the dotimes example in the lisp tutorial I need to know how you would automate this task.

2
  • Would just changing the value of option frame-zoom-font-difference help? Commented Jan 10, 2020 at 16:48
  • 1
    Your [0]answer pointed me to the final solution (see comment there) [0] emacs.stackexchange.com/a/50803/21118 Commented Jan 12, 2020 at 17:25

1 Answer 1

1

(dotimes (number 10) (zoom-frm-in))

Found here:

https://emacs.stackexchange.com/a/2507/21118

1
  • You can accept your own answer. That will help other users with the same or a similar question. Commented Sep 22, 2023 at 17:18

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.