5 lines
151 B
Common Lisp
5 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 ".."))
|