From 5e925f085b4b29f3c2dd752bb2a1191296c0b42e Mon Sep 17 00:00:00 2001 From: noa Date: Tue, 29 Apr 2025 15:20:48 +0800 Subject: Various system administration and dired tweaks --- emacs/init.el | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index d373122..35393d2 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -629,16 +629,23 @@ ;;; System administration +(add-hook 'eshell-mode-hook #'eat-eshell-mode) + (use-package proced - :defer t + :commands (proced) :custom (proced-auto-update-flag t) (proced-show-remote-processes t)) +(use-package apt-utils + :disabled t + :commands (apt-utils-search)) + + ;;; File management (use-package dired - :defer t + :commands (dired dired-jump) :custom (dired-recursive-deletes 'always) ;; Don't ask me things (dired-recursive-copies 'always) ;; Don't ask me things @@ -660,6 +667,11 @@ (dired-mode . hl-line-mode)) ) +(use-package image-dired + :defer t + :custom + (image-dired-thumbnail-storage 'standard)) + (use-package recentf :hook (after-init . recentf-mode) :bind (("C-x C-r" . recentf))) -- cgit 1.4.1-2-gfad0