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