add image package declaration, loop animations
This commit is contained in:
parent
62a2d20c51
commit
07a8ba8d55
7
init.el
7
init.el
@ -209,6 +209,13 @@
|
|||||||
(fuco1-special-beginning-of-buffer ibuffer (ibuffer-forward-line 1))
|
(fuco1-special-beginning-of-buffer ibuffer (ibuffer-forward-line 1))
|
||||||
(fuco1-special-end-of-buffer ibuffer (ibuffer-backward-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
|
;;; Dired
|
||||||
|
|
||||||
(use-package dired+
|
(use-package dired+
|
||||||
|
Loading…
Reference in New Issue
Block a user