From c787da4b2ac15dd204740b6ebcb90bc28c2044ce Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Sun, 28 Aug 2022 22:34:08 +0200 Subject: [PATCH] config/doom: update packages --- .config/doom/config.el | 6 ++++-- .config/doom/packages.el | 5 ++--- 2 files changed, 6 insertions(+), 5 deletions(-) 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"))