Timeline for How to make GNU Emacs start automatically right after booting and start with having much used files in buffers?
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 23, 2021 at 17:09 | comment | added | starquake | Very good hint! Adding a function to the emacs-startup-hook probably will do the trick! It's just, that due to lack of experience in that area I keep messing it up. I will update the starting posting of this thread, in order to explain in detail what I do and what its effect is in trying to put your hint into action. | |
| Apr 20, 2021 at 2:39 | comment | added | alephnull | You might want to take a look at superuser.com/questions/681562/… As for #2, yes, you'd add (desktop-save-mode 1) in your .emacs. | |
| Apr 18, 2021 at 20:56 | comment | added | starquake | I'm not sure about it: I have 2 problems with it. Problem #1: What I want is rather like a specific desktop checkpoint, which doesn't change, which is always the same, no matter what buffers I open or close on top of it within a session. desktop-save-mode, however, seems to take every change. Problem #2: How do I activate desktop-save-mode specifically - is it /.emacs? And where in that file specifically? | |
| Apr 18, 2021 at 6:59 | review | First posts | |||
| Apr 18, 2021 at 15:50 | |||||
| Apr 18, 2021 at 6:43 | history | edited | alephnull | CC BY-SA 4.0 | expanded answer |
| Apr 18, 2021 at 6:36 | history | answered | alephnull | CC BY-SA 4.0 |