Developing environments used for kernel development
Ismael Luceno
ismael.luceno at gmail.com
Wed Jan 13 19:23:31 EST 2016
On Thu, Dec 24, 2015 at 11:57:32AM -0200, Daniel. wrote:
> I had heard about emacs server, but never tried it.. This should fix the
> starting time, but not the learning curve :)
You can wrap emacsclient to automatically start emacs --daemon with a
script like this:
#!/bin/sh
exec emacsclient -a '' -c "$@"
You may also want to pre-compile your elisp files.
More information about the Kernelnewbies
mailing list