config/doom: update packages
This commit is contained in:
parent
0b08febafd
commit
c787da4b2a
|
@ -730,10 +730,12 @@ Version 2019-11-04 2021-02-16"
|
||||||
:n "r" 'ranger)
|
:n "r" 'ranger)
|
||||||
)
|
)
|
||||||
(use-package! image-dired
|
(use-package! image-dired
|
||||||
:config
|
:init
|
||||||
(setq image-dired-external-viewer "gimp"
|
(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)
|
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-thumbnail-options "-auto-orient")
|
||||||
(add-to-list 'image-dired-cmd-create-temp-image-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")
|
(add-to-list 'image-dired-cmd-create-standard-thumbnail-options "-auto-orient")
|
||||||
|
|
|
@ -41,15 +41,14 @@
|
||||||
(setq straight-host-usernames '((github . "xeruf")))
|
(setq straight-host-usernames '((github . "xeruf")))
|
||||||
|
|
||||||
(package! emms)
|
(package! emms)
|
||||||
|
(package! exiftool)
|
||||||
|
|
||||||
(package! dired+)
|
(package! dired+)
|
||||||
|
|
||||||
(package! elpher)
|
(package! elpher)
|
||||||
|
|
||||||
(unpin! evil-collection)
|
|
||||||
|
|
||||||
(package! ox-context
|
(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
|
(package! ox-bb
|
||||||
:recipe (:host github :repo "mmitch/ox-bb"))
|
:recipe (:host github :repo "mmitch/ox-bb"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue