nyan-mode icon indicating copy to clipboard operation
nyan-mode copied to clipboard

Nyan Cat for Emacs! Nyanyanyanyanyanyanyanyanyan!

Results 18 nyan-mode issues
Sort by recently updated
recently updated
newest added

Hello! Nice project, it's a pleasure to work with it :rainbow::bread::cat: I got some trouble with the music: I don't have any decoders for mp3 (this is a bare fedora...

enhancement

I have a high dpi screen running at 3200x1800. Most emacs features respect the font size and the general X scaling but nyan does not, he is tiny! Is there...

bug

Click to scroll buffer to point scrolls wrong buffer Steps: 1. Open A buffer and split vertically 2. Put Cursor in left window 3. Click the trail in the mode-line...

bug

[Narrowing](https://www.gnu.org/software/emacs/manual/html_node/emacs/Narrowing.html) the buffer seems to result in the length of the rainbow trail being too short. It seems that the trail length is calculated as something like (position within visible...

bug

Could you add the possibility to customize nyan.xpm and rainbow.xpm? I have edited these two files with convert from imagemagick. But, I have to keep replacing the original files when...

```lisp (setopt nyan-animation-frame-interval 1) ``` gives me a warning: ``` Warning (emacs): Value ‘1’ does not match type float ```

Added support for using party parrot or nyan. I added a cache to store animations + images so that they're only loaded once, as before. Only now, the animation/image is...