Make Nyan’s trail a bit shorter

…so it fits on my portrait screen.
This commit is contained in:
Gergely Polonkai 2018-11-30 09:26:05 +01:00
parent ca4ecfc231
commit 2e58114038
1 changed files with 1 additions and 0 deletions

View File

@ -1460,6 +1460,7 @@ I dont usually like to see them, but there are occasions when they can be use
(setq-default nyan-animate-nyancat t
nyan-wavy-trail t)
:config
(customize-set-variable 'nyan-bar-length 20)
(nyan-mode t))
#+END_SRC