[dev] I made Emacs use the same keys as st for changing font size

From: Greg Reagle <list_AT_speedpost.net>
Date: Wed, 12 May 2021 08:42:05 -0400

Perhaps I am the only suckless fan who also uses Emacs. :>

Here is how I made Emacs use the same keys as st for changing font size:
(global-set-key (kbd "C-S-<prior>") 'text-scale-increase)
(global-set-key (kbd "C-S-<next>") 'text-scale-decrease)
(global-set-key (kbd "C-S-<home>") 'text-scale-set)
Received on Wed May 12 2021 - 14:42:05 CEST

This archive was generated by hypermail 2.3.0 : Wed May 12 2021 - 14:48:09 CEST