Skip to content

Commit

Permalink
[colors] Update nyan-mode configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Mar 21, 2021
1 parent 5830e72 commit b12284b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layers/+themes/colors/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
(defun colors/init-nyan-mode ()
(use-package nyan-mode
:if colors-enable-nyan-cat-progress-bar
:init (setq nyan-animate-nyancat t
nyan-animation-endless-loop nil
nyan-wavy-trail 'animated-only)
:config
(progn
(setq nyan-wavy-trail t)
(setq nyan-animate-nyancat t)
(nyan-mode)
;; explicitly re-enable the cat for the first GUI client
(spacemacs|do-after-display-system-init
Expand Down

0 comments on commit b12284b

Please sign in to comment.