memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 63f0949145e734e191824bdc1cbe789ca275cd96
parent fc831dafd081ebeffc9d98c2a35597bef2a0d34a
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 14 Jul 2022 23:43:59 +0200

Gush about new Emacs features

Diffstat:
Mreviews/emacs/hype.org | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git 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