From 8e12b1af5bf953bd54d91a12e6c73eba0504eb08 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Fri, 12 Apr 2024 10:05:53 +1200 Subject: [PATCH] emacs: init image-dired --- .emacs.d/init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 175441b..2eee05b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)