Adds custom dired functions
This commit is contained in:
parent
c1b97b0a2b
commit
857bb85e66
1 changed files with 4 additions and 0 deletions
4
emacs/wc-dired-functions.lisp
Normal file
4
emacs/wc-dired-functions.lisp
Normal 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 ".."))
|
Loading…
Reference in a new issue