Just like the question title says, I'd like to save, for instance, my find-file and Meta-X history in Emacs' mini-buffer so I can recall commands later in a different session. Is there a way to do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
As Trey Jackson said, you want to put this:
in your Emacs start up file, then restart Emacs. (Calling it interactively will stomp on your current mini-buffer history, so you may not want to do that.) It's also worth pointing out that you can persist other variables across sessions by adding them to
You may also want to customize
|
|||
|
|
If you have an Emacs version older than 22, you can use this instead: |
|||
|
|