From da9dd45ebfb44fc80ec65913775e0e3973686221 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 20 Dec 2019 12:37:16 +0000 Subject: fix(emacs.d): Correctly restore default font size in randr-single --- tools/emacs/config/desktop.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/emacs/config/desktop.el b/tools/emacs/config/desktop.el index 84bc60d377..d923ab584c 100644 --- a/tools/emacs/config/desktop.el +++ b/tools/emacs/config/desktop.el @@ -69,7 +69,7 @@ (shell-command "xrandr --output HDMI1 --off") (shell-command "xrandr --output DP1-1 --off") (exwm-randr-refresh) - (restore-default-text-scale)) + (set-default-text-scale nil)) (defun set-xkb-layout (layout) "Set the current X keyboard layout." -- cgit 1.4.1