diff options
-rw-r--r-- | tools/emacs/config/desktop.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emacs/config/desktop.el b/tools/emacs/config/desktop.el index 84bc60d37712..d923ab584c75 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." |