Skip to content

Commit

Permalink
Going on ...
Browse files Browse the repository at this point in the history
  • Loading branch information
c0001 committed Mar 2, 2024
1 parent e7d602e commit 942ac2b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions elements/core/tentacles/entropy-emacs-basic.el
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,10 @@ the parent subtree sibling using `dired-sutree-up'."
(t
(dired-up-directory)))))

(entropy/emacs-message-make-func-with-simple-progress-prompts
'entropy/emacs-basic-dired-Meta-up
"Dired goto parent directory")

(defun entropy/emacs-basic-dired-Meta-down ()
"Downup to parent next sibling `dired' buffer of
`dired-current-directory' or goto the next upgrade level 1
Expand Down Expand Up @@ -651,6 +655,10 @@ subtree sibling using `dired-subtree''s subroutine."
(dired-current-directory)))
))))

(entropy/emacs-message-make-func-with-simple-progress-prompts
'entropy/emacs-basic-dired-Meta-down
"Dired goto parent's next sibling directory")

;; ******* Yet another `narrow-to-region' to suite for `dired'

(defun entropy/emacs-basic-dired-narrow-to-region ()
Expand Down

0 comments on commit 942ac2b

Please sign in to comment.