about summary refs log tree commit diff
path: root/emacs.d/init-modes.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-07-14T22·02+0200
committerVincent Ambo <vincent@spotify.com>2013-07-14T22·02+0200
commita5f4b2f479f12eacb4a7e2b52d2c7866cb58bb9c (patch)
tree98947ce7851cc8f5a4c71b978ad743870523b3da /emacs.d/init-modes.el
parentdc0e8b98715ece0a574c3e28dff0af65b9a28229 (diff)
emacs: Nyan cat mode!
Diffstat (limited to 'emacs.d/init-modes.el')
-rw-r--r--emacs.d/init-modes.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init-modes.el b/emacs.d/init-modes.el
index 2c07032c5b..74178b1e84 100644
--- a/emacs.d/init-modes.el
+++ b/emacs.d/init-modes.el
@@ -46,3 +46,5 @@
 ;; Always highlight matching brackets
 (show-paren-mode 1)
 
+;; Enable Nyan mode
+(nyan-mode 1)