emacs-devel
[Top][All Lists]
Advanced

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

26.1-rc1: global-set-key suggestions


From: Van Ly
Subject: 26.1-rc1: global-set-key suggestions
Date: Sat, 28 Apr 2018 21:03:42 -0400

Hello.

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)



Van L
ⓔ address@hidden



reply via email to

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