Emacs in daemon mode
alot of the times config can get big and take 3-5 or even 1-sec to load.
the most important commands:
- emacs –deamon
- OR
- emacs –fg-deamon (only run foreground process)
C-h v server-socket-dir
(shows where the server is running)- ls /run/user/1000/emacs
emacsclient -c -n
(no wait)emacsclient -e "(kill-emacs)"
kill the daemon server if you want to reload the congif