I am reading through An Introduction to Programming in Emacs Lisp in an emacs buffer. I get to the file through C-h i
and navigated to Emacs Lisp Intro
. If I kill the buffer and return the same way, it takes me back to the table of contents. I have save-place enabled in my init file with the following code.
(setq-default save-place t)
How can I save my place in an info file?