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-14T22·02+0200
committerVincent Ambo <vincent@spotify.com>2013-07-14T22·02+0200
commita5f4b2f479f12eacb4a7e2b52d2c7866cb58bb9c (patch)
tree98947ce7851cc8f5a4c71b978ad743870523b3da /emacs.d/init.el
parentdc0e8b98715ece0a574c3e28dff0af65b9a28229 (diff)
emacs: Nyan cat mode!
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r--emacs.d/init.el11
1 files changed, 8 insertions, 3 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 8c89496ae9e2..a80eb8133920 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -40,9 +40,6 @@
 
 
 (load "~/.emacs.d/init-functions.el")
-(load "~/.emacs.d/init-settings.el")
-(load "~/.emacs.d/init-modes.el")
-(load "~/.emacs.d/init-bindings.el")
 
 (setq custom-file "~/.emacs.d/init-custom.el")
 (load custom-file)
@@ -51,6 +48,14 @@
 (custom-download-script "https://raw.github.com/dimitri/switch-window/master/switch-window.el"
                         "switch-window.el")
 
+;; NYAN CAT!
+(custom-clone-git "https://github.com/TeMPOraL/nyan-mode" "nyan-mode")
+(load "~/.emacs.d/nyan-mode/nyan-mode.el")
+
+(load "~/.emacs.d/init-settings.el")
+(load "~/.emacs.d/init-modes.el")
+(load "~/.emacs.d/init-bindings.el")
+
 ;; IRC configuration (erc)
 ;; Actual servers and such are loaded from irc.el
 (load "~/.emacs.d/irc")