Skip to content

Instantly share code, notes, and snippets.

@isutton
Created May 26, 2014 09:35
Show Gist options
  • Save isutton/9dabe24e7984e8cef874 to your computer and use it in GitHub Desktop.
Save isutton/9dabe24e7984e8cef874 to your computer and use it in GitHub Desktop.
(defadvice gnus-summary-reply (after my-gnus-summary-reply (&optional yank wide very-wide))
"My gnus-summary-reply advice"
(forward-visible-line 2))
(ad-activate 'gnus-summary-reply)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment