Skip to content

Instantly share code, notes, and snippets.

@acro5piano
Created January 6, 2017 15:03
Show Gist options
  • Save acro5piano/e3abb180ede24a49740bd5abfee5c10c to your computer and use it in GitHub Desktop.
Save acro5piano/e3abb180ede24a49740bd5abfee5c10c to your computer and use it in GitHub Desktop.
C-+とC--で文字サイズの変更をする ref: http://qiita.com/acro5piano/items/5763d9fcfaa2616903be
(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