tvl-depot/emacs/wc-dired-functions.el

5 lines
151 B
EmacsLisp
Raw Normal View History

2017-06-18 03:30:33 +02:00
(defun wc/dired-up-directory ()
"Moves up a directory in `dired' killing the previous `dired' buffer."
(interactive)
(find-alternate-file ".."))