emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 26.1-rc1: global-set-key suggestions


From: Alan Third
Subject: Re: 26.1-rc1: global-set-key suggestions
Date: Thu, 31 May 2018 21:33:43 +0100
User-agent: Mutt/1.9.3 (2018-01-21)

On Sat, Apr 28, 2018 at 09:03:42PM -0400, Van Ly wrote:
> I'd like to suggest the following improvement to the out-of-the-box
> behaviour on apple-darwin, NS appkit :-
> 
>     ;;
>     ;; Allow Command-Plus-or-Minus to text-scale fontsize.
>     ;;
> 
>     (global-set-key (kbd "s-+") #'text-scale-increase)
>     (global-set-key (kbd "s-=") #'text-scale-increase)
>     (global-set-key (kbd "s--") #'text-scale-decrease)

I’ve attached a patch for this.
-- 
Alan Third

Attachment: 0001-Add-NS-style-text-scale-keybindings.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]