Pages

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

2 comments:

  1. Cannot open load file: goto-last-change [3 times]
    How can I fix it?

    ReplyDelete
  2. download it and put it on your load path

    ReplyDelete