emacs: Nyan cat mode!
This commit is contained in:
parent
dc0e8b9871
commit
a5f4b2f479
3 changed files with 16 additions and 3 deletions
|
|
@ -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"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue