about summary refs log tree commit diff
path: root/emacs/wc-dired-functions.el
blob: a6b446976c027221a6a3823819693b05ecd02a8d (plain) (blame)
1
2
3
4
(defun wc/dired-up-directory ()
  "Moves up a directory in `dired' killing the previous `dired' buffer."
  (interactive)
  (find-alternate-file ".."))