summaryrefslogtreecommitdiff
path: root/reviews/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'reviews/emacs')
-rw-r--r--reviews/emacs/hype.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org
index cb45442..93b9193 100644
--- a/reviews/emacs/hype.org
+++ b/reviews/emacs/hype.org
@@ -8,6 +8,15 @@ screaming into The Wayland Future™: "pure GTK" means that Emacs will
only rely on GTK APIs, instead of a mix of GTK and X.
Try it out by giving =--with-pgtk= to =./configure=.
+** ~global-text-scale-adjust~
+~text-scale-adjust~ (bound to =C-x C-X= ∀X ∈ =[=+-0]=) only scales the
+font size in the current buffer; more often than not, one may want to
+increase the default font size everywhere (e.g. when projecting their
+screen).
+
+To that end, users had to =M-x customize-face RET default= or =M-:=
+~(set-face-attribute 'default nil :height …)~; now they can use the
+new =C-x C-M-X= bindings to invoke ~global-text-scale-adjust~.
* 28
** Transient input methods
*** Background