From mboxrd@z Thu Jan 1 00:00:00 1970 From: ismael.luceno@gmail.com (Ismael Luceno) Date: Wed, 13 Jan 2016 22:23:31 -0200 Subject: Developing environments used for kernel development In-Reply-To: References: <20151222221517.GA28595@archie.tuxnet.lan> <20151224115913.GA2777@localhost.localdomain> Message-ID: <20160114002331.GA27089@pirotess.bf.iodev.co.uk> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org 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.