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
Cannot open load file: goto-last-change [3 times]
ReplyDeleteHow can I fix it?
download it and put it on your load path
ReplyDelete