Minor edits.

This commit is contained in:
Derek Taylor
2025-04-21 20:03:33 -05:00
parent a485797565
commit 2c900ca526
4 changed files with 31 additions and 90 deletions

View File

@@ -388,7 +388,8 @@ Defining the various fonts that Emacs will use.
#+end_src
** Zooming In/Out
You can use the bindings CTRL plus =/- for zooming in/out. You can also use CTRL plus the mouse wheel for zooming in/out.
You can use the bindings CTRL plus =/- for zooming in/out. You can also use CTRL plus the
mouse wheel for zooming in/out.
#+begin_src emacs-lisp
(global-set-key (kbd "C-=") 'text-scale-increase)