Adds finer-grain control over Linum Mode

This commit is contained in:
William Carroll 2017-06-18 13:23:21 -04:00
parent 6d13881ec2
commit 1ccaee9fa9
6 changed files with 25 additions and 21 deletions

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 ".."))