Adds custom dired functions

This commit is contained in:
William Carroll 2017-06-17 21:30:33 -04:00
parent c1b97b0a2b
commit 857bb85e66

View file

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