[Dired] Update ‘dired-jump-to-top’

Since we are excluding ‘.’ and ‘..’ now, jumping to the first line needs to be
updated.
This commit is contained in:
Daniel - 2017-07-23 12:02:57 +02:00
parent c21375d0ea
commit 8c41362312
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ If FILE is not given, prompt for one."
"Jump to first non-trivial line in dired."
(interactive)
(beginning-of-buffer)
(dired-next-line 4))
(dired-next-line 2))
(defun dired-jump-to-bottom ()
"Jump to last non-trivial line in dired."