Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. (defun my-spcnxt-command()
  2. "Run `dired-next-line' twice."
  3. (interactive)
  4. (dired-next-line)
  5. (dired-next-line))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement