emacs: init image-dired

This commit is contained in:
Jeremy Baxter 2024-04-12 10:05:53 +12:00
parent 5ef8a7a8e3
commit 8e12b1af5b

View file

@ -150,6 +150,10 @@
which-key-allow-imprecise-window-fit t
which-key-separator " ")
;; image-dired
(package-install 'image-dired)
(global-set-key (kbd "C-c i") 'image-dired)
;; magit
(package-install 'magit)
(global-set-key (kbd "C-c b") 'magit-blame)
@ -186,7 +190,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
'(breadcrumb nyan-mode simple-modeline catppuccin-theme magit which-key editorconfig diff-hl company vertico marginalia toc-org org-modern rainbow-delimiters rainbow-mode yaml-mode nix-mode markdown-mode lua-mode json-mode git-modes d-mode sudo-edit nerd-icons undo-tree evil)))
'(image-dired breadcrumb nyan-mode simple-modeline catppuccin-theme magit which-key editorconfig diff-hl company vertico marginalia toc-org org-modern rainbow-delimiters rainbow-mode yaml-mode nix-mode markdown-mode lua-mode json-mode git-modes d-mode sudo-edit nerd-icons undo-tree evil)))
;; catppuccin theme
(package-install 'catppuccin-theme)