diff --git a/Emacs.org b/Emacs.org index 0f27905..a717d58 100644 --- a/Emacs.org +++ b/Emacs.org @@ -346,7 +346,7 @@ This Prescient configuration is optimized for use in System Crafters videos and ** Text Scaling -This is an example of using [[https://github.com/abo-abo/hydra][Hydra]] to design a transient key binding for quickly adjusting the scale of the text on screen. We define a hydra that is bound to =C-s t s= and, once activated, =j= and =k= increase and decrease the text scale. You can press any other key (or =f= specifically) to exit the transient key map. +This is an example of using [[https://github.com/abo-abo/hydra][Hydra]] to design a transient key binding for quickly adjusting the scale of the text on screen. We define a hydra that is bound to =C-SPC t s= and, once activated, =j= and =k= increase and decrease the text scale. You can press any other key (or =f= specifically) to exit the transient key map. #+begin_src emacs-lisp