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

5 lines
151 B
Common Lisp
Raw Normal View History

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