diff options
author | Franck Cuny <franck@fcuny.net> | 2023-06-07 11:48:12 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-06-07 11:48:12 -0700 |
commit | 3942d3b1a41075c89de926e8c121b39ff6ca4e19 (patch) | |
tree | f733d1a1d4233711a04e46c208e90e6282085701 | |
parent | set tab-width to 4 for go-mode (diff) | |
download | emacs.d-3942d3b1a41075c89de926e8c121b39ff6ca4e19.tar.gz |
remove package/configuration for `default-text-scale`
This is not needed. Change-Id: Ia77453e68c827a34deb8997c7f80d50a3ba5391b
-rw-r--r-- | init.org | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/init.org b/init.org index 24662b8..10559a8 100644 --- a/init.org +++ b/init.org @@ -905,12 +905,6 @@ Somehow I need to set the font to a higher height on MacOS. (set-face-attribute 'variable-pitch nil :family "Roboto" :height 130) - -(use-package default-text-scale - :bind - (("C-)" . default-text-scale-reset) - ("C-=" . default-text-scale-increase) - ("C--" . default-text-scale-decrease))) #+END_SRC ** fringe |