emacs: Nyan cat mode!

This commit is contained in:
Vincent Ambo 2013-07-15 00:02:08 +02:00
parent dc0e8b9871
commit a5f4b2f479
3 changed files with 16 additions and 3 deletions

View file

@ -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"))