From b172b99cf0b762b202278e18c548050b6a4285e8 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 23 Jan 2025 11:48:12 +0200 Subject: [PATCH] [Fix #1354] Remove controversial keybindings to increase/decrease font size --- CHANGELOG.md | 1 + core/prelude-global-keybindings.el | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f67f43b8f3..74450dfb40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * Auto-install `use-package`. * Add `prelude-vertico` module. Vertico a simpler alternative to `ivy-mode` and supersedes Selectrum. * Make it possible to configure the TypeScript format action using `prelude-ts-format-action`. +* [#1354](https://github.com/bbatsov/prelude/issues/1354): Remove default `C--` and `C-+` keybindings to increase/decrease the font size. ### Changes diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index c766a2e65f..9c4c7a617d 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -33,10 +33,6 @@ ;; Align your code in a pretty way. (global-set-key (kbd "C-x \\") 'align-regexp) -;; Font size -(global-set-key (kbd "C-+") 'text-scale-increase) -(global-set-key (kbd "C--") 'text-scale-decrease) - ;; Window switching. (C-x o goes to the next window) (global-set-key (kbd "C-x O") (lambda () (interactive)