about summary refs log tree commit diff
path: root/emacs/wc-dired-functions.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2017-06-18T17·23-0400
committerWilliam Carroll <wpcarro@gmail.com>2017-06-18T17·23-0400
commit1ccaee9fa9e26898c62d9f9ac0eb208855a86330 (patch)
treef297d27079b5da8396c35a2877e2100e185e0de4 /emacs/wc-dired-functions.el
parent6d13881ec2b28b899a9aea45b2ffd520235cf2ed (diff)
Adds finer-grain control over Linum Mode
Diffstat (limited to 'emacs/wc-dired-functions.el')
-rw-r--r--emacs/wc-dired-functions.el4
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 ".."))