|
From: | Arnaldo Mandel |
Subject: | Re: get to the first file like in real dired |
Date: | Tue, 1 Jan 2013 07:20:47 -0200 |
This just gets me to the top of the buffer.
(defadvice dired-revert (after beginning-of-buffer activate)
"Move to beginning of buffer (instead of keeping point on the current file)."
(goto-char (point-min)))
How do I make it get me to the first line like in real dired?
dired.el is too complicated to read for me.
Too bad the emacs maintainers don't allow an option so I wouldn't need
this workaround.
[Prev in Thread] | Current Thread | [Next in Thread] |