Skip to content

Commit

Permalink
revert(dired): don't reinvent the wheel (dired-jump)
Browse files Browse the repository at this point in the history
This reverts commit 3ebe16e.
  • Loading branch information
abougouffa committed May 19, 2024
1 parent 30fe88e commit efaa41c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,7 @@ or file path may exist now."
:hook (dired-mode . turn-on-gnus-dired-mode)
:custom
(dired-dwim-target t)
(dired-auto-revert-buffer t)
:init
(defun +dired-here (&optional switches)
"Run `dired' in DIR or in the current directory."
(interactive (list (when current-prefix-arg (read-string "Dired listing switches: " dired-listing-switches))))
(dired default-directory switches)))
(dired-auto-revert-buffer t))

(use-package dired-aux
:custom
Expand Down

0 comments on commit efaa41c

Please sign in to comment.