tvl-depot/emacs/wc-dired-functions.el
2017-06-18 13:23:21 -04:00

4 lines
151 B
EmacsLisp

(defun wc/dired-up-directory ()
"Moves up a directory in `dired' killing the previous `dired' buffer."
(interactive)
(find-alternate-file ".."))