Removing support for Emacs unexec from Glibc
Removing support for Emacs unexec from Glibc
Posted Feb 4, 2016 10:47 UTC (Thu) by njs (subscriber, #40338)In reply to: Removing support for Emacs unexec from Glibc by excors
Parent article: Removing support for Emacs unexec from Glibc
> preloading it at boot time and keeping it in memory
this is actually a very-well supported configuration. I recommend it highly. (Well, not preloading at boot time, but loading at first use and then keeping that process around to make future loads fast.) All you have to do is
alias emacs="emacsclient --alternate-editor='' -c"
and you're good to go.
