Skip to content

Instantly share code, notes, and snippets.

@tototoshi
Created November 11, 2010 01:04
Show Gist options
  • Save tototoshi/671805 to your computer and use it in GitHub Desktop.
Save tototoshi/671805 to your computer and use it in GitHub Desktop.
my-scroll-config.el
(global-set-key "\M-n" (lambda () (interactive) (scroll-up 1)))
(global-set-key "\M-p" (lambda () (interactive) (scroll-down 1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment