Created
January 6, 2017 15:03
-
-
Save acro5piano/e3abb180ede24a49740bd5abfee5c10c to your computer and use it in GitHub Desktop.
C-+とC--で文字サイズの変更をする ref: http://qiita.com/acro5piano/items/5763d9fcfaa2616903be
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(define-key global-map (kbd "C-+") 'text-scale-increase) | |
(define-key global-map (kbd "C--") 'text-scale-decrease) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment