Commit edd6c4fa68ee

Vincent Demeester <vincent+git@demeester.fr>
2014-09-12 10:08:31
Add zoom(ing) functionnality
1 parent 3c84003
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -485,6 +485,17 @@
        (require 'notifications)
      #+END_SRC
 
+**** DONE Zoom(ing)
+
+     Being able to zoom in and out can be cool, especially when
+     presenting something with emacs ; so that everybody can see
+     what's written.
+
+     #+BEGIN_SRC emacs-lisp
+       (global-set-key (kbd "C-+") 'text-scale-increase)
+       (global-set-key (kbd "C--") 'text-scale-decrease)
+     #+END_SRC
+
 **** TODO Evil
 *** Server mode