From 0428c8ee5d43575ac806b67c6a314124b52f0012 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Tue, 24 May 2016 21:34:56 +0200 Subject: [PATCH] Update explanation of global-scale-mode --- init.org | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/init.org b/init.org index 8d4a112..83c22c0 100644 --- a/init.org +++ b/init.org @@ -881,14 +881,10 @@ (mapc 'disable-theme custom-enabled-themes)) #+END_SRC -** Presentation-mode +** global-scale-mode - When giving talks it's nice to be able to adjust the size of everything - (not just a buffer like ~text-scale-mode~ provides). This is not a - particularly neat solution, but it works OK. It simply - increases/decreases the size of the font. It assumes that your using - Inconsolata with size 14 by default. This should be probably be - generalized (or maybe be substituted by a package if it's out there). + These functions provide something close to ~text-scale-mode~, but for every + buffer, including the minibuffer and mode line. #+BEGIN_SRC emacs-lisp (lexical-let* ((default (face-attribute 'default :height))