]> git.eshelyaron.com Git - emacs.git/commit
Command for global adjustments to the default face
authorGregory Heytings <gregory@heytings.org>
Sat, 2 Jul 2022 13:40:45 +0000 (15:40 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2022 13:40:45 +0000 (15:40 +0200)
commite0488f89d1712ce905f9040e6b26fdf0a4a0666d
tree309bc36c427e6adc8d92b6ac720cb340d145cbb9
parentb2670bfe42b8eb4f7aa811ddbb67e0e3995acc90
Command for global adjustments to the default face

* lisp/face-remap.el (global-text-scale-adjust): New command.
(text-scale-adjust): Refer to the new related command.
(global-text-scale-adjust-resizes-frames): New user option.

* lisp/mwheel.el (mouse-wheel-scroll-amount): Add the new command
to the mouse wheel scrolling events.
(mouse-wheel-global-text-scale): New function.
(mouse-wheel-mode): Use the new function with mouse-wheel-mode.

* doc/emacs/display.texi (Text Scale): Document the new command and
the new user option.

* etc/NEWS: Mention the new command and its bindings, and the new
user option.
doc/emacs/display.texi
etc/NEWS
lisp/face-remap.el
lisp/mwheel.el