Re: Developing environments used for kernel development

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies



[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux