about summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-07-08T00·18+0200
committerVincent Ambo <vincent@spotify.com>2013-07-08T00·18+0200
commit4454fca696b12d19157a0ab6770c3348c0b9f119 (patch)
tree19286d6d1c73686e97b71cecaee5620968ca7aa7 /emacs.d/init.el
parent802f0f4213900ae78cd5eea63f40e46651f90cbd (diff)
Emacs: Added another theme (Gruber Darker), added a toggle for
fullscreen mode (M-RET)
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r--emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 971ff2b749a0..e27a15f84e25 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -50,5 +50,8 @@
 ;; Seed RNG
 (random t)
 
+;; Add a fullscreen toggle
+(global-set-key (kbd "M-RET") 'toggle-frame-fullscreen)
+
 ;; Start server for emacsclient
 (server-start)