Re: [dev] I made Emacs use the same keys as st for changing font size
> Perhaps I am the only suckless fan who also uses Emacs. :> I highly recommend mg[0], a sane Emacs implementation. [0]: https://github.com/hboetes/mg/ -- caóc
[dev] I made Emacs use the same keys as st for changing font size
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-") 'text-scale-increase) (global-set-key (kbd "C-S-") 'text-scale-decrease) (global-set-key (kbd "C-S-") 'text-scale-set)