about summary refs log blame commit diff
path: root/emacs/wc-dired-functions.lisp
blob: a6b446976c027221a6a3823819693b05ecd02a8d (plain) (tree)
1
2
3
4



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