emacs: init image-dired
This commit is contained in:
parent
5ef8a7a8e3
commit
8e12b1af5b
1 changed files with 5 additions and 1 deletions
|
@ -150,6 +150,10 @@
|
||||||
which-key-allow-imprecise-window-fit t
|
which-key-allow-imprecise-window-fit t
|
||||||
which-key-separator " ")
|
which-key-separator " ")
|
||||||
|
|
||||||
|
;; image-dired
|
||||||
|
(package-install 'image-dired)
|
||||||
|
(global-set-key (kbd "C-c i") 'image-dired)
|
||||||
|
|
||||||
;; magit
|
;; magit
|
||||||
(package-install 'magit)
|
(package-install 'magit)
|
||||||
(global-set-key (kbd "C-c b") 'magit-blame)
|
(global-set-key (kbd "C-c b") 'magit-blame)
|
||||||
|
@ -186,7 +190,7 @@
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(package-selected-packages
|
'(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
|
;; catppuccin theme
|
||||||
(package-install 'catppuccin-theme)
|
(package-install 'catppuccin-theme)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue