diff --git a/.config/doom/config.el b/.config/doom/config.el index 764c63e..86b8f83 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -730,10 +730,12 @@ Version 2019-11-04 2021-02-16" :n "r" 'ranger) ) (use-package! image-dired - :config + :init (setq image-dired-external-viewer "gimp" - image-dired-thumb-size 300 + image-dired-thumb-size 400 image-dired-show-all-from-dir-max-files 300) + :config + ; TODO map image-dired-delete-marked (add-to-list 'image-dired-cmd-create-thumbnail-options "-auto-orient") (add-to-list 'image-dired-cmd-create-temp-image-options "-auto-orient") (add-to-list 'image-dired-cmd-create-standard-thumbnail-options "-auto-orient") diff --git a/.config/doom/packages.el b/.config/doom/packages.el index 297196f..f78df10 100644 --- a/.config/doom/packages.el +++ b/.config/doom/packages.el @@ -41,15 +41,14 @@ (setq straight-host-usernames '((github . "xeruf"))) (package! emms) +(package! exiftool) (package! dired+) (package! elpher) -(unpin! evil-collection) - (package! ox-context - :recipe (:host github :repo "Jason-S-Ross/ox-context")) + :recipe (:host github :repo "Jason-S-Ross/ox-context" :branch "develop")) (package! ox-bb :recipe (:host github :repo "mmitch/ox-bb"))