Skip to content

Commit b172b99

Browse files
committed
[Fix #1354] Remove controversial keybindings to increase/decrease font size
1 parent a1fcbf2 commit b172b99

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* Auto-install `use-package`.
1616
* Add `prelude-vertico` module. Vertico a simpler alternative to `ivy-mode` and supersedes Selectrum.
1717
* Make it possible to configure the TypeScript format action using `prelude-ts-format-action`.
18+
* [#1354](https://github.com/bbatsov/prelude/issues/1354): Remove default `C--` and `C-+` keybindings to increase/decrease the font size.
1819

1920
### Changes
2021

core/prelude-global-keybindings.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
;; Align your code in a pretty way.
3434
(global-set-key (kbd "C-x \\") 'align-regexp)
3535

36-
;; Font size
37-
(global-set-key (kbd "C-+") 'text-scale-increase)
38-
(global-set-key (kbd "C--") 'text-scale-decrease)
39-
4036
;; Window switching. (C-x o goes to the next window)
4137
(global-set-key (kbd "C-x O") (lambda ()
4238
(interactive)

0 commit comments

Comments
 (0)