diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-14T22·02+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-14T22·02+0200 |
commit | a5f4b2f479f12eacb4a7e2b52d2c7866cb58bb9c (patch) | |
tree | 98947ce7851cc8f5a4c71b978ad743870523b3da /emacs.d/init-modes.el | |
parent | dc0e8b98715ece0a574c3e28dff0af65b9a28229 (diff) |
emacs: Nyan cat mode!
Diffstat (limited to 'emacs.d/init-modes.el')
-rw-r--r-- | emacs.d/init-modes.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init-modes.el b/emacs.d/init-modes.el index 2c07032c5bf6..74178b1e8463 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) |