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.
_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies