From b12284b256ed18e05cbf3fbf4bccc1a7a1f5f165 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sat, 20 Mar 2021 18:12:07 -0400 Subject: [PATCH] [colors] Update nyan-mode configuration --- layers/+themes/colors/packages.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layers/+themes/colors/packages.el b/layers/+themes/colors/packages.el index 15ad711495a2..62c9e3868c43 100644 --- a/layers/+themes/colors/packages.el +++ b/layers/+themes/colors/packages.el @@ -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