Main public logs
From ~esantoro
Combined display of all available logs of ~esantoro. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:27, 23 January 2024 Esantoro talk contribs created page Blog/Home is where your Emacs is always ready (Created page with "Just a quick note (for now), but similarly to Blog/Home is where your screen session is I recently adapted that same technique to keeping an emacs daemon always running. Enjoy the quick snippet: <syntaxhighlight lang="ini"> [Unit] Description=Always on GNU Emacs daemon Wants=default.target After=default.target [Service] Environment="SSH_AUTH_SOCK=/run/user/1000/ssh-agent.sock" Type=simple ExecStart=emacs --fg-daemon Restart=always RestartSec=3 StartLimitBurst=1...") Tag: Visual edit: Switched