tvl-depot/emacs/wc-dired-functions.lisp
2017-06-17 21:30:33 -04:00

4 lines
151 B
Common Lisp

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