From 07a8ba8d550adb6f0acceff0f64ddd3777d39531 Mon Sep 17 00:00:00 2001 From: zdm Date: Sat, 6 Feb 2021 20:09:40 -0700 Subject: [PATCH] add image package declaration, loop animations --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index d920bc0..86f1e52 100644 --- a/init.el +++ b/init.el @@ -209,6 +209,13 @@ (fuco1-special-beginning-of-buffer ibuffer (ibuffer-forward-line 1)) (fuco1-special-end-of-buffer ibuffer (ibuffer-backward-line 1))) +;;; Image + +(use-package image + :defer t + :init + (setq image-animate-loop t)) + ;;; Dired (use-package dired+