From a5f4b2f479f12eacb4a7e2b52d2c7866cb58bb9c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 15 Jul 2013 00:02:08 +0200 Subject: emacs: Nyan cat mode! --- emacs.d/init-modes.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs.d/init-modes.el') 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) -- cgit 1.4.1