diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-20T12·37+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-20T12·37+0000 |
commit | da9dd45ebfb44fc80ec65913775e0e3973686221 (patch) | |
tree | c4a2d98fbfa7be8960cd6475e2713885ca5a0d1d /tools | |
parent | e4fe192e572ae15d6752917b76fb0390704ff9ab (diff) |
fix(emacs.d): Correctly restore default font size in randr-single r/208
Diffstat (limited to 'tools')
-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." |