File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments