Reframed with straight.el

This commit is contained in:
Zelong Kuang
2026-03-29 19:12:45 +11:00
parent 6b017648ef
commit e1374b0e88
31 changed files with 366 additions and 1077 deletions

View File

@@ -4,7 +4,7 @@
:ensure nil
:bind (:map dired-mode-map
("C-c C-p" . wdired-change-to-wdired-mode)
("b" . dired-up-directory))
("b" . dired-up-directory))
:config
;; Always delete and copy recursively
(setq dired-recursive-deletes 'always
@@ -23,7 +23,7 @@
;; Extra Dired functionality
(use-package dired-aux :ensure nil))
(use-package dired-aux :straight nil))
(use-package nerd-icons-dired
:diminish