diff --git a/emacs/init.org b/emacs/init.org index 721d173..f8377f7 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -146,6 +146,8 @@ A collection of evil bindings for various modes (with-eval-after-load 'dired (evil-collection-dired-setup)) + (with-eval-after-load 'image-dired + (evil-collection-image-dired-setup)) (with-eval-after-load 'help (evil-collection-help-setup) (general-def 'normal help-mode-map "SPC" leader-map))