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-settings.el | |
parent | dc0e8b98715ece0a574c3e28dff0af65b9a28229 (diff) |
emacs: Nyan cat mode!
Diffstat (limited to 'emacs.d/init-settings.el')
-rw-r--r-- | emacs.d/init-settings.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/init-settings.el b/emacs.d/init-settings.el index d963c8288222..b4ad1c20955c 100644 --- a/emacs.d/init-settings.el +++ b/emacs.d/init-settings.el @@ -99,6 +99,12 @@ comment as a filename." (set-default-font "Source Code Pro 13") +;; Don't make the nyan cat too long ... I have other stuff in the mode +;; bar as well! +(set-variable 'nyan-bar-length 15) +;; Not the real deal without this ... +(set-variable 'nyan-wavy-trail t) + ;; Hiding JOIN, QUIT, PART (setq erc-hide-list '("JOIN" "PART" "QUIT")) |