Skip to content

Instantly share code, notes, and snippets.

@toshism
Created January 6, 2012 19:09
Show Gist options
  • Save toshism/1571955 to your computer and use it in GitHub Desktop.
Save toshism/1571955 to your computer and use it in GitHub Desktop.
quick point to register
(global-set-key (kbd "C-c ;") '(lambda () (interactive) (point-to-register ?1)))
(global-set-key (kbd "C-c [") '(lambda () (interactive) (jump-to-register ?1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment