Emacs has a little package called SaveSpace that makes Emacs remember the position of the cursor for each file you opened. It’s nice to open a file and the cursor automatically jumps to where it was last. Sweet!
To enable SaveSpace, add the following configurations in your ~/.emacs file
(setq save-place-file “~/.emacs.d/saveplace”)
(setq-default save-place t)
(require ’saveplace)
This entry was posted
on Friday, May 15th, 2009 at 8:25 am and is filed under Computing.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Post-Plugin Library missing

Leave a Comment