Pages

Showing posts with label navigation. Show all posts
Showing posts with label navigation. Show all posts

Thursday, September 16, 2010

Last change navigation in Emacs


This is pretty good. Allows you to track back though the last places you altered.




(autoload 'goto-last-change "goto-last-change"
"Set point to the position of the last change." t)
(global-set-key (kbd "C-x C-n") 'goto-last-change)




--
My Emacs Files At GitHub