TeMPOraL / nyan-mode

Nyan Cat for Emacs! Nyanyanyanyanyanyanyanyanyan!
GNU General Public License v3.0
794 stars 68 forks source link

No longer seems to be breaking powerline #38

Closed NLincoln closed 6 years ago

NLincoln commented 6 years ago

This is part of my .emacs:

(use-package nyan-mode
  :config
  (progn
    (nyan-mode)
    (nyan-start-animation))
  )

(use-package powerline
  :config
  (powerline-default-theme)
  )

Absolutely zero problems. Even without use-package there's no breakages. I've tested it on both emacs 24.5 and 25.3.1.

Proof: 2017-12-15_20 03 51