diff options
author | William Carroll <wpcarro@gmail.com> | 2017-06-18T17·23-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-06-18T17·23-0400 |
commit | 1ccaee9fa9e26898c62d9f9ac0eb208855a86330 (patch) | |
tree | f297d27079b5da8396c35a2877e2100e185e0de4 /emacs/wc-dired-functions.el | |
parent | 6d13881ec2b28b899a9aea45b2ffd520235cf2ed (diff) |
Adds finer-grain control over Linum Mode
Diffstat (limited to 'emacs/wc-dired-functions.el')
-rw-r--r-- | emacs/wc-dired-functions.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/wc-dired-functions.el b/emacs/wc-dired-functions.el new file mode 100644 index 000000000000..a6b446976c02 --- /dev/null +++ b/emacs/wc-dired-functions.el @@ -0,0 +1,4 @@ +(defun wc/dired-up-directory () + "Moves up a directory in `dired' killing the previous `dired' buffer." + (interactive) + (find-alternate-file "..")) |