mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

16K
active users

frens. I have an annoyance. How do I get emacsclient to load my init.el. Everytime I login and logout again, I have to load it each time. K. Thx. Bai

@praetor more info is needed -- emacsclient shouldn't be loading the init file for one, since all it does is connecting to a daemon.

Could it be that you are starting the daemon each time you are running emacsclient?

@praetor And login and logout, could it be that you're killing between those two?

@amszmidt No. Like, I know emacsclient doesn't. But if I log out and log in, the daemon is restarted and I have to eval-buffer my init.el file all over again. It's annoying

@praetor @amszmidt you should never have to eval your init manually, it is loaded automatically on startup.

I suspect you set some settings in your init which don't affect the frame spawned by emacsclient. And when you then re-eval your init manually, those settings suddenly work. Is that right?

@lhp @praetor Yeah, sounds like current frame specific stuff ... A copy of your .emacs would be useful.

@praetor @lhp Too Much info. Any possibility of you bisecting things? Comment out one of the files see if behavior exists.. rinse repeat!

@praetor @amszmidt @lhp How do you start your Emacs server?