Skip to content

aki237/olp.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

olp.el -- Restore last cursor positions

olp.el (open last position :P) is a simple no dependency package used to open last positions of buffers when it was saved.

Installation

The installation is simple. Just put the olp.el in your load-path. And add this to your .emacs.

(require 'olp)
;; ###########
(olp-setup)

That's it. The file positions will be stored in a file stored in olp-save-file which defaults to $HOME/.emacs.d/.olp-state.el. If for some reason you want to change it you can setq before calling olp-setup (precisely ;; ########### in the above snippet).

Cheers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published